#23552A

Color #23552A Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #23552A

Tints of Parsley #23552A

Color information

#23552A (or 0x23552A) is unknown color: approx Parsley. HEX triplet: 23, 55 and 2A. RGB value is (35,85,42). Sum of RGB (Red+Green+Blue) = 35+85+42=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #23552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23552A is #DCAAD5. Grayscale: #414141. Windows color (decimal): -14461654 or 2774307. OLE color: 2774307.

HSL color Cylindrical-coordinate representation of color #23552A: hue angle of 128.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23552A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB358542-
CMYK0.5900.510.67
HSL128.4º41.67%23.53%-
HSV(B)128.4º58.82%33.33%-
XYZ4.367.023.32-
YUV65.15114.94106.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=21.60%
G=52.47%
B=25.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585420.5900.510.67128.441.6723.53
Hex23552A3B03343802a18
Octal4312552730631032005230
Binary1000111010101101010111011011001110000111000000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23552A; }

 p { color: rgb(35,85,42); }

 H1.HeaderClassName
 {
   color: #23552A;
 }
 .AnyTagClassName
 {
   color: #23552A;
 }
</style>
background-color css

<style>
 a { background-color: #23552A; }

 a { background-color: rgb(35,85,42); }

 div.DivClassName
 {
   background-color: #23552A;
 }
 .BgClassName
 {
   background-color: #23552A;
 }
</style>
border-color css

<style>
 span { border-color: #23552A; }

 span { border-color: rgb(35,85,42); }

 td.TdClassName
 {
   border-color: #23552A;
 }
 .TagClassName
 {
   border-color: #23552A;
 }
</style>