Html Css Color HEX #336104 Verdun Green

📋 copy color: '#336104'

red 51 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #336104

Tints of Verdun Green #336104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 63.82%

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

R = 33.55%
G = 63.82%
B = 2.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#336104 (or 0x336104) is known color: Verdun Green. HEX triplet: 33, 61 and 04. RGB value is (51,97,4). Sum of RGB (Red+Green+Blue) = 51+97+4=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #336104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336104 is #CC9EFB. Grayscale: #484848. Windows color (decimal): -13410044 or 287027. OLE color: 287027.

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

Color convert

RGB 51 97 4 -
CMYK 0.47 0 0.96 0.62
HSL 89.68º 0.92% 0.2% -
HSV(B) 89.68º 0.96% 0.38% -
XYZ 5.66 9.26 1.6 -
YUV 72.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 51 97 4 0.47 0 0.96 0.62 89.68 0.92 0.2
Hex 33 61 4 2F 0 60 3E 5A 5C 14
Octal 63 141 4 57 0 140 76 132 134 24
Binary 110011 1100001 100 101111 0 1100000 111110 1011010 1011100 10100

Color Harmonies of #336104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336104

Black with #336104

Text Example


Text Example

White with #336104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336104; }

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

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

background-color css

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

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

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

border-color css

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

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

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