#335F06

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

Shades of Verdun Green #335F06

Tints of Verdun Green #335F06

Color information

#335F06 (or 0x335F06) is unknown color: approx Verdun Green. HEX triplet: 33, 5F and 06. RGB value is (51,95,6). Sum of RGB (Red+Green+Blue) = 51+95+6=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 95 (37.5% from 255 or 62.5% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 95 - color contains mainly: green. Hex color #335F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335F06 is #CCA0F9. Grayscale: #484848. Windows color (decimal): -13410554 or 417587. OLE color: 417587.

HSL color Cylindrical-coordinate representation of color #335F06: hue angle of 89.66º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335F06 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB51956-
CMYK0.4600.940.63
HSL89.66º88.12%19.8%-
HSV(B)89.66º93.68%37.25%-
XYZ5.498.91.6-
YUV71.790.92113.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 95 (37.5% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=33.55%
G=62.5%
B=3.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal519560.4600.940.6389.6688.1219.8
Hex335F62E05E3F5a5814
Octal6313765601367713213024
Binary1100111011111110101110010111101111111011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335F06; }

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

 H1.HeaderClassName
 {
   color: #335F06;
 }
 .AnyTagClassName
 {
   color: #335F06;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #335F06;
 }
 .BgClassName
 {
   background-color: #335F06;
 }
</style>
border-color css

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

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

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