#336005

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

Shades of Verdun Green #336005

Tints of Verdun Green #336005

Color information

#336005 (or 0x336005) is unknown color: approx Verdun Green. HEX triplet: 33, 60 and 05. RGB value is (51,96,5). Sum of RGB (Red+Green+Blue) = 51+96+5=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #336005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336005 is #CC9FFA. Grayscale: #484848. Windows color (decimal): -13410299 or 352307. OLE color: 352307.

HSL color Cylindrical-coordinate representation of color #336005: hue angle of 89.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #336005 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB51965-
CMYK0.4700.950.62
HSL89.67º90.1%19.8%-
HSV(B)89.67º94.79%37.65%-
XYZ5.589.081.6-
YUV72.1790.09112.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=33.55%
G=63.16%
B=3.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519650.4700.950.6289.6790.119.8
Hex336052F05F3E5a5a14
Octal6314055701377613213224
Binary1100111100000101101111010111111111101011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336005; }

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

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

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

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

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

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

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

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