#32600B

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

Shades of Verdun Green #32600B

Tints of Verdun Green #32600B

Color information

#32600B (or 0x32600B) is unknown color: approx Verdun Green. HEX triplet: 32, 60 and 0B. RGB value is (50,96,11). Sum of RGB (Red+Green+Blue) = 50+96+11=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #32600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32600B is #CD9FF4. Grayscale: #484848. Windows color (decimal): -13475829 or 745522. OLE color: 745522.

HSL color Cylindrical-coordinate representation of color #32600B: hue angle of 92.47º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32600B is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB509611-
CMYK0.4800.890.62
HSL92.47º79.44%20.98%-
HSV(B)92.47º88.54%37.65%-
XYZ5.569.071.77-
YUV72.5693.26111.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=31.85%
G=61.15%
B=7.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096110.4800.890.6292.4779.4420.98
Hex3260B300593E5c4f15
Octal62140136001317613411725
Binary11001011000001011110000010110011111101011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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