Html Css Color HEX #335C09 Verdun Green

📋 copy color: '#335C09'

red 51 ◦ green 92 ◦ blue 9

#335C09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #335C09

Tints of Verdun Green #335C09

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 value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#335C09 (or 0x335C09) is known color: 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

RGB 51 92 9 -
CMYK 0.45 0 0.90 0.64
HSL 89.64º 0.82% 0.2% -
HSV(B) 89.64º 0.9% 0.36% -
XYZ 5.24 8.38 1.6 -
YUV 70.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 51 92 9 0.45 0 0.90 0.64 89.64 0.82 0.2
Hex 33 5C 9 2D 0 5A 40 5A 52 14
Octal 63 134 11 55 0 132 100 132 122 24
Binary 110011 1011100 1001 101101 0 1011010 1000000 1011010 1010010 10100

Color Harmonies of #335C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C09

Black with #335C09

Text Example


Text Example

White with #335C09

Text Example


Text Example

HTML Codes & Css Web 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>