Html Css Color HEX #355909 Verdun Green

📋 copy color: '#355909'

red 53 ◦ green 89 ◦ blue 9

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

Shades of Verdun Green #355909

Tints of Verdun Green #355909

RGB

 RED value IS 53 (21.09% from 255) = 35.1%

 GREEN value IS 89 (35.16% from 255) = 58.94%

 BLUE value IS 9 (3.91% from 255) = 5.96%

R = 35.1%
G = 58.94%
B = 5.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#355909 (or 0x355909) is known color: Verdun Green. HEX triplet: 35, 59 and 09. RGB value is (53,89,9). Sum of RGB (Red+Green+Blue) = 53+89+9=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #355909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355909 is #CAA6F6. Grayscale: #454545. Windows color (decimal): -13281015 or 612661. OLE color: 612661.

HSL color Cylindrical-coordinate representation of color #355909: hue angle of 87º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #355909 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 9 -
CMYK 0.40 0 0.90 0.65
HSL 87º 0.82% 0.19% -
HSV(B) 87º 0.9% 0.35% -
XYZ 5.09 7.92 1.52 -
YUV 69.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 53 89 9 0.40 0 0.90 0.65 87 0.82 0.19
Hex 35 59 9 28 0 5A 41 57 52 13
Octal 65 131 11 50 0 132 101 127 122 23
Binary 110101 1011001 1001 101000 0 1011010 1000001 1010111 1010010 10011

Color Harmonies of #355909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355909

Black with #355909

Text Example


Text Example

White with #355909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355909; }

 p { color: rgb(53,89,9); }

 H1.HeaderClassName
 {
   color: #355909;
 }
 .AnyTagClassName
 {
   color: #355909;
 }
</style>

background-color css

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

 a { background-color: rgb(53,89,9); }

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

border-color css

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

 span { border-color: rgb(53,89,9); }

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