#335509

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

Shades of Verdun Green #335509

Tints of Verdun Green #335509

Color information

#335509 (or 0x335509) is unknown color: approx Verdun Green. HEX triplet: 33, 55 and 09. RGB value is (51,85,9). Sum of RGB (Red+Green+Blue) = 51+85+9=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #335509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335509 is #CCAAF6. Grayscale: #424242. Windows color (decimal): -13413111 or 611635. OLE color: 611635.

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

Color convert

RGB51859-
CMYK0.4000.890.67
HSL86.84º80.85%18.43%-
HSV(B)86.84º89.41%33.33%-
XYZ4.667.221.41-
YUV66.1795.74117.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=35.17%
G=58.62%
B=6.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal518590.4000.890.6786.8480.8518.43
Hex335592805943575112
Octal631251150013110312712122
Binary110011101010110011010000101100110000111010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335509; }

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

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

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

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

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

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

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

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