#335806

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

Shades of Verdun Green #335806

Tints of Verdun Green #335806

Color information

#335806 (or 0x335806) is unknown color: approx Verdun Green. HEX triplet: 33, 58 and 06. RGB value is (51,88,6). Sum of RGB (Red+Green+Blue) = 51+88+6=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #335806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335806 is #CCA7F9. Grayscale: #434343. Windows color (decimal): -13412346 or 415795. OLE color: 415795.

HSL color Cylindrical-coordinate representation of color #335806: hue angle of 87.07º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #335806 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB51886-
CMYK0.4200.930.65
HSL87.07º87.23%18.43%-
HSV(B)87.07º93.18%34.51%-
XYZ4.897.71.4-
YUV67.5993.24116.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 88 (34.77% from 255) = 60.69%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=35.17%
G=60.69%
B=4.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal518860.4200.930.6587.0787.2318.43
Hex335862A05D41575712
Octal63130652013510112712722
Binary11001110110001101010100101110110000011010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335806; }

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

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

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

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

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

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

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

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