#336000

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

Shades of Verdun Green #336000

Tints of Verdun Green #336000

Color information

#336000 (or 0x336000) is unknown color: approx Verdun Green. HEX triplet: 33, 60 and 00. RGB value is (51,96,0). Sum of RGB (Red+Green+Blue) = 51+96+0=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #336000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336000 is #CC9FFF. Grayscale: #474747. Windows color (decimal): -13410304 or 24627. OLE color: 24627.

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

Color convert

RGB51960-
CMYK0.47010.62
HSL88.12º100%18.82%-
HSV(B)88.12º100%37.65%-
XYZ5.559.071.46-
YUV71.687.59113.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.69%
G=65.31%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519600.47010.6288.1210018.82
Hex336002F0643E586413
Octal6314005701447613014423
Binary11001111000000101111011001001111101011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336000; }

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

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

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

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

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

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

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

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