Html Css Color HEX #336404 Verdun Green

📋 copy color: '#336404'

red 51 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #336404

Tints of Verdun Green #336404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 64.52%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 32.9%
G = 64.52%
B = 2.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#336404 (or 0x336404) is known color: Verdun Green. HEX triplet: 33, 64 and 04. RGB value is (51,100,4). Sum of RGB (Red+Green+Blue) = 51+100+4=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #336404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336404 is #CC9BFB. Grayscale: #4A4A4A. Windows color (decimal): -13409276 or 287795. OLE color: 287795.

HSL color Cylindrical-coordinate representation of color #336404: hue angle of 90.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #336404 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 100 4 -
CMYK 0.49 0 0.96 0.61
HSL 90.63º 0.92% 0.2% -
HSV(B) 90.63º 0.96% 0.39% -
XYZ 5.94 9.83 1.7 -
YUV 74.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 51 100 4 0.49 0 0.96 0.61 90.63 0.92 0.2
Hex 33 64 4 31 0 60 3D 5B 5C 14
Octal 63 144 4 61 0 140 75 133 134 24
Binary 110011 1100100 100 110001 0 1100000 111101 1011011 1011100 10100

Color Harmonies of #336404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336404

Black with #336404

Text Example


Text Example

White with #336404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336404; }

 p { color: rgb(51,100,4); }

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

background-color css

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

 a { background-color: rgb(51,100,4); }

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

border-color css

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

 span { border-color: rgb(51,100,4); }

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