#23552B

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

Shades of Parsley #23552B

Tints of Parsley #23552B

Color information

#23552B (or 0x23552B) is unknown color: approx Parsley. HEX triplet: 23, 55 and 2B. RGB value is (35,85,43). Sum of RGB (Red+Green+Blue) = 35+85+43=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #23552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23552B is #DCAAD4. Grayscale: #414141. Windows color (decimal): -14461653 or 2839843. OLE color: 2839843.

HSL color Cylindrical-coordinate representation of color #23552B: hue angle of 129.6º 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 #23552B is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB358543-
CMYK0.5900.490.67
HSL129.6º41.67%23.53%-
HSV(B)129.6º58.82%33.33%-
XYZ4.387.033.41-
YUV65.26115.44106.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 85 (33.59% from 255) = 52.15%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=21.47%
G=52.15%
B=26.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585430.5900.490.67129.641.6723.53
Hex23552B3B03143822a18
Octal4312553730611032025230
Binary1000111010101101011111011011000110000111000001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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