Html Css Color HEX #336106 Verdun Green

📋 copy color: '#336106'

red 51 ◦ green 97 ◦ blue 6

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

Shades of Verdun Green #336106

Tints of Verdun Green #336106

RGB

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

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

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

R = 33.12%
G = 62.99%
B = 3.9%

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

#336106 (or 0x336106) is known color: Verdun Green. HEX triplet: 33, 61 and 06. RGB value is (51,97,6). Sum of RGB (Red+Green+Blue) = 51+97+6=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #336106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336106 is #CC9EF9. Grayscale: #494949. Windows color (decimal): -13410042 or 418099. OLE color: 418099.

HSL color Cylindrical-coordinate representation of color #336106: hue angle of 90.33º 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 #336106 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 97 6 -
CMYK 0.47 0 0.94 0.62
HSL 90.33º 0.88% 0.2% -
HSV(B) 90.33º 0.94% 0.38% -
XYZ 5.67 9.27 1.66 -
YUV 72.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 51 97 6 0.47 0 0.94 0.62 90.33 0.88 0.2
Hex 33 61 6 2F 0 5E 3E 5A 58 14
Octal 63 141 6 57 0 136 76 132 130 24
Binary 110011 1100001 110 101111 0 1011110 111110 1011010 1011000 10100

Color Harmonies of #336106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336106

Black with #336106

Text Example


Text Example

White with #336106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336106; }

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

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

background-color css

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

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

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

border-color css

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

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

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