Html Css Color HEX #356109 Verdun Green

📋 copy color: '#356109'

red 53 ◦ green 97 ◦ blue 9

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

Shades of Verdun Green #356109

Tints of Verdun Green #356109

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.01%

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

R = 33.33%
G = 61.01%
B = 5.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#356109 (or 0x356109) is known color: Verdun Green. HEX triplet: 35, 61 and 09. RGB value is (53,97,9). Sum of RGB (Red+Green+Blue) = 53+97+9=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #356109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356109 is #CA9EF6. Grayscale: #4A4A4A. Windows color (decimal): -13278967 or 614709. OLE color: 614709.

HSL color Cylindrical-coordinate representation of color #356109: hue angle of 90º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #356109 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 9 -
CMYK 0.45 0 0.91 0.62
HSL 90º 0.83% 0.21% -
HSV(B) 90º 0.91% 0.38% -
XYZ 5.79 9.33 1.75 -
YUV 73.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 53 97 9 0.45 0 0.91 0.62 90 0.83 0.21
Hex 35 61 9 2D 0 5B 3E 5A 53 15
Octal 65 141 11 55 0 133 76 132 123 25
Binary 110101 1100001 1001 101101 0 1011011 111110 1011010 1010011 10101

Color Harmonies of #356109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356109

Black with #356109

Text Example


Text Example

White with #356109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356109; }

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

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

background-color css

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

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

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

border-color css

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

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

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