#336108

Color #336108 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #336108

Tints of Verdun Green #336108

Color information

#336108 (or 0x336108) is unknown color: approx 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

RGB51978-
CMYK0.4700.920.62
HSL91.01º84.76%20.59%-
HSV(B)91.01º91.75%38.04%-
XYZ5.689.271.72-
YUV73.191.26112.24-

RGB Variations

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

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 (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519780.4700.920.6291.0184.7620.59
Hex336182F05C3E5b5515
Octal63141105701347613312525
Binary11001111000011000101111010111001111101011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>