#32612F

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

Shades of Parsley #32612F

Tints of Parsley #32612F

Color information

#32612F (or 0x32612F) is unknown color: approx Parsley. HEX triplet: 32, 61 and 2F. RGB value is (50,97,47). Sum of RGB (Red+Green+Blue) = 50+97+47=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #32612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32612F is #CD9ED0. Grayscale: #4D4D4D. Windows color (decimal): -13475537 or 3105074. OLE color: 3105074.

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

Color convert

RGB509747-
CMYK0.4800.520.62
HSL116.4º34.72%28.24%-
HSV(B)116.4º51.55%38.04%-
XYZ6.19.434.19-
YUV77.25110.93108.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=25.77%
G=50%
B=24.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097470.4800.520.62116.434.7228.24
Hex32612F300343E74231c
Octal621415760064761644334
Binary11001011000011011111100000110100111110111010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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