Html Css Color HEX #336108 Verdun Green

📋 copy color: '#336108'

red 51 ◦ green 97 ◦ blue 8

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

Shades of Verdun Green #336108

Tints of Verdun Green #336108

RGB

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

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

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

R = 32.69%
G = 62.18%
B = 5.13%

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

#336108 (or 0x336108) is known color: Verdun Green. HEX triplet: 33, 61 and 08. RGB value is (51,97,8). Sum of RGB (Red+Green+Blue) = 51+97+8=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #336108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336108 is #CC9EF7. Grayscale: #494949. Windows color (decimal): -13410040 or 549171. OLE color: 549171.

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

Color convert

RGB 51 97 8 -
CMYK 0.47 0 0.92 0.62
HSL 91.01º 0.85% 0.21% -
HSV(B) 91.01º 0.92% 0.38% -
XYZ 5.68 9.27 1.72 -
YUV 73.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 51 97 8 0.47 0 0.92 0.62 91.01 0.85 0.21
Hex 33 61 8 2F 0 5C 3E 5B 55 15
Octal 63 141 10 57 0 134 76 133 125 25
Binary 110011 1100001 1000 101111 0 1011100 111110 1011011 1010101 10101

Color Harmonies of #336108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336108

Black with #336108

Text Example


Text Example

White with #336108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336108; }

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

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

background-color css

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

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

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

border-color css

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

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

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