Html Css Color HEX #495C09 Verdun Green

📋 copy color: '#495C09'

red 73 ◦ green 92 ◦ blue 9

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

Shades of Verdun Green #495C09

Tints of Verdun Green #495C09

RGB

 RED value IS 73 (28.91% from 255) = 41.95%

 GREEN value IS 92 (36.33% from 255) = 52.87%

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

R = 41.95%
G = 52.87%
B = 5.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#495C09 (or 0x495C09) is known color: Verdun Green. HEX triplet: 49, 5C and 09. RGB value is (73,92,9). Sum of RGB (Red+Green+Blue) = 73+92+9=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #495C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C09 is #B6A3F6. Grayscale: #4D4D4D. Windows color (decimal): -11969527 or 613449. OLE color: 613449.

HSL color Cylindrical-coordinate representation of color #495C09: hue angle of 73.73º 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 #495C09 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 9 -
CMYK 0.21 0 0.90 0.64
HSL 73.73º 0.82% 0.2% -
HSV(B) 73.73º 0.9% 0.36% -
XYZ 6.62 9.09 1.66 -
YUV 76.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 73 92 9 0.21 0 0.90 0.64 73.73 0.82 0.2
Hex 49 5C 9 15 0 5A 40 4A 52 14
Octal 111 134 11 25 0 132 100 112 122 24
Binary 1001001 1011100 1001 10101 0 1011010 1000000 1001010 1010010 10100

Color Harmonies of #495C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C09

Black with #495C09

Text Example


Text Example

White with #495C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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