Html Css Color HEX #336304 Verdun Green

📋 copy color: '#336304'

red 51 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #336304

Tints of Verdun Green #336304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 64.29%

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

R = 33.12%
G = 64.29%
B = 2.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#336304 (or 0x336304) is known color: Verdun Green. HEX triplet: 33, 63 and 04. RGB value is (51,99,4). Sum of RGB (Red+Green+Blue) = 51+99+4=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #336304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336304 is #CC9CFB. Grayscale: #4A4A4A. Windows color (decimal): -13409532 or 287539. OLE color: 287539.

HSL color Cylindrical-coordinate representation of color #336304: hue angle of 90.32º 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 #336304 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 4 -
CMYK 0.48 0 0.96 0.61
HSL 90.32º 0.92% 0.2% -
HSV(B) 90.32º 0.96% 0.39% -
XYZ 5.85 9.64 1.67 -
YUV 73.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 51 99 4 0.48 0 0.96 0.61 90.32 0.92 0.2
Hex 33 63 4 30 0 60 3D 5A 5C 14
Octal 63 143 4 60 0 140 75 132 134 24
Binary 110011 1100011 100 110000 0 1100000 111101 1011010 1011100 10100

Color Harmonies of #336304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336304

Black with #336304

Text Example


Text Example

White with #336304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336304; }

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

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

background-color css

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

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

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

border-color css

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

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

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