#33600E

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

Shades of Verdun Green #33600E

Tints of Verdun Green #33600E

Color information

#33600E (or 0x33600E) is unknown color: approx Verdun Green. HEX triplet: 33, 60 and 0E. RGB value is (51,96,14). Sum of RGB (Red+Green+Blue) = 51+96+14=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #33600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33600E is #CC9FF1. Grayscale: #494949. Windows color (decimal): -13410290 or 942131. OLE color: 942131.

HSL color Cylindrical-coordinate representation of color #33600E: hue angle of 92.93º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33600E is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB519614-
CMYK0.4700.850.62
HSL92.93º74.55%21.57%-
HSV(B)92.93º85.42%37.65%-
XYZ5.639.11.88-
YUV73.294.59112.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=31.68%
G=59.63%
B=8.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196140.4700.850.6292.9374.5521.57
Hex3360E2F0553E5d4b16
Octal63140165701257613511326
Binary11001111000001110101111010101011111101011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33600E; }

 p { color: rgb(51,96,14); }

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

<style>
 a { background-color: #33600E; }

 a { background-color: rgb(51,96,14); }

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

<style>
 span { border-color: #33600E; }

 span { border-color: rgb(51,96,14); }

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