Html Css Color HEX #336006 Verdun Green

📋 copy color: '#336006'

red 51 ◦ green 96 ◦ blue 6

#336006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #336006

Tints of Verdun Green #336006

RGB

 RED value IS 51 (20.31% from 255) = 33.33%

 GREEN value IS 96 (37.89% from 255) = 62.75%

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 33.33%
G = 62.75%
B = 3.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#336006 (or 0x336006) is known color: Verdun Green. HEX triplet: 33, 60 and 06. RGB value is (51,96,6). Sum of RGB (Red+Green+Blue) = 51+96+6=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #336006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336006 is #CC9FF9. Grayscale: #484848. Windows color (decimal): -13410298 or 417843. OLE color: 417843.

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

Color convert

RGB 51 96 6 -
CMYK 0.47 0 0.94 0.62
HSL 90º 0.88% 0.2% -
HSV(B) 90º 0.94% 0.38% -
XYZ 5.58 9.08 1.63 -
YUV 72.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 51 96 6 0.47 0 0.94 0.62 90 0.88 0.2
Hex 33 60 6 2F 0 5E 3E 5A 58 14
Octal 63 140 6 57 0 136 76 132 130 24
Binary 110011 1100000 110 101111 0 1011110 111110 1011010 1011000 10100

Color Harmonies of #336006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336006

Black with #336006

Text Example


Text Example

White with #336006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336006; }

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

 H1.HeaderClassName
 {
   color: #336006;
 }
 .AnyTagClassName
 {
   color: #336006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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