#335508

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

Shades of Verdun Green #335508

Tints of Verdun Green #335508

Color information

#335508 (or 0x335508) is unknown color: approx Verdun Green. HEX triplet: 33, 55 and 08. RGB value is (51,85,8). Sum of RGB (Red+Green+Blue) = 51+85+8=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #335508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335508 is #CCAAF7. Grayscale: #424242. Windows color (decimal): -13413112 or 546099. OLE color: 546099.

HSL color Cylindrical-coordinate representation of color #335508: hue angle of 86.49º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #335508 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB51858-
CMYK0.4000.910.67
HSL86.49º82.8%18.24%-
HSV(B)86.49º90.59%33.33%-
XYZ4.667.221.38-
YUV66.0695.24117.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=35.42%
G=59.03%
B=5.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518580.4000.910.6786.4982.818.24
Hex335582805B43565312
Octal631251050013310312612322
Binary110011101010110001010000101101110000111010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335508; }

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

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

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

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

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

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

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

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