Html Css Color HEX #336008 Verdun Green

📋 copy color: '#336008'

red 51 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #336008

Tints of Verdun Green #336008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 32.9%
G = 61.94%
B = 5.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#336008 (or 0x336008) is known color: Verdun Green. HEX triplet: 33, 60 and 08. RGB value is (51,96,8). Sum of RGB (Red+Green+Blue) = 51+96+8=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #336008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336008 is #CC9FF7. Grayscale: #484848. Windows color (decimal): -13410296 or 548915. OLE color: 548915.

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

Color convert

RGB 51 96 8 -
CMYK 0.47 0 0.92 0.62
HSL 90.68º 0.85% 0.2% -
HSV(B) 90.68º 0.92% 0.38% -
XYZ 5.59 9.09 1.69 -
YUV 72.51 91.59 112.66 -
System Red Green Blue C M Y K H S L
Decimal 51 96 8 0.47 0 0.92 0.62 90.68 0.85 0.2
Hex 33 60 8 2F 0 5C 3E 5B 55 14
Octal 63 140 10 57 0 134 76 133 125 24
Binary 110011 1100000 1000 101111 0 1011100 111110 1011011 1010101 10100

Color Harmonies of #336008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336008

Black with #336008

Text Example


Text Example

White with #336008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336008; }

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

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

background-color css

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

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

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

border-color css

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

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

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