#335C09

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

Shades of Verdun Green #335C09

Tints of Verdun Green #335C09

Color information

#335C09 (or 0x335C09) is unknown color: approx Verdun Green. HEX triplet: 33, 5C and 09. RGB value is (51,92,9). Sum of RGB (Red+Green+Blue) = 51+92+9=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #335C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335C09 is #CCA3F6. Grayscale: #464646. Windows color (decimal): -13411319 or 613427. OLE color: 613427.

HSL color Cylindrical-coordinate representation of color #335C09: hue angle of 89.64º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #335C09 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB51929-
CMYK0.4500.900.64
HSL89.64º82.18%19.8%-
HSV(B)89.64º90.22%36.08%-
XYZ5.248.381.6-
YUV70.2893.42114.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 92 (36.33% from 255) = 60.53%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=33.55%
G=60.53%
B=5.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal519290.4500.900.6489.6482.1819.8
Hex335C92D05A405a5214
Octal631341155013210013212224
Binary110011101110010011011010101101010000001011010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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