#32552F

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

Shades of Parsley #32552F

Tints of Parsley #32552F

Color information

#32552F (or 0x32552F) is unknown color: approx Parsley. HEX triplet: 32, 55 and 2F. RGB value is (50,85,47). Sum of RGB (Red+Green+Blue) = 50+85+47=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #32552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552F is #CDAAD0. Grayscale: #464646. Windows color (decimal): -13478609 or 3102002. OLE color: 3102002.

HSL color Cylindrical-coordinate representation of color #32552F: hue angle of 115.26º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32552F is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB508547-
CMYK0.4100.450.67
HSL115.26º28.79%25.88%-
HSV(B)115.26º44.71%33.33%-
XYZ5.087.383.85-
YUV70.2114.9113.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=27.47%
G=46.70%
B=25.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085470.4100.450.67115.2628.7925.88
Hex32552F2902D43731d1a
Octal6212557510551031633532
Binary11001010101011011111010010101101100001111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32552F; }

 p { color: rgb(50,85,47); }

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

<style>
 a { background-color: #32552F; }

 a { background-color: rgb(50,85,47); }

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

<style>
 span { border-color: #32552F; }

 span { border-color: rgb(50,85,47); }

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