#32602F

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

Shades of Parsley #32602F

Tints of Parsley #32602F

Color information

#32602F (or 0x32602F) is unknown color: approx Parsley. HEX triplet: 32, 60 and 2F. RGB value is (50,96,47). Sum of RGB (Red+Green+Blue) = 50+96+47=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #32602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32602F is #CD9FD0. Grayscale: #4C4C4C. Windows color (decimal): -13475793 or 3104818. OLE color: 3104818.

HSL color Cylindrical-coordinate representation of color #32602F: hue angle of 116.33º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32602F is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB509647-
CMYK0.4800.510.62
HSL116.33º34.27%28.04%-
HSV(B)116.33º51.04%37.65%-
XYZ6.019.254.16-
YUV76.66111.26108.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=25.91%
G=49.74%
B=24.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096470.4800.510.62116.3334.2728.04
Hex32602F300333E74221c
Octal621405760063761644234
Binary11001011000001011111100000110011111110111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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