Html Css Color HEX #495E0A Verdun Green

📋 copy color: '#495E0A'

red 73 ◦ green 94 ◦ blue 10

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

Shades of Verdun Green #495E0A

Tints of Verdun Green #495E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.11%

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 41.24%
G = 53.11%
B = 5.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#495E0A (or 0x495E0A) is known color: Verdun Green. HEX triplet: 49, 5E and 0A. RGB value is (73,94,10). Sum of RGB (Red+Green+Blue) = 73+94+10=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #495E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495E0A is #B6A1F5. Grayscale: #4E4E4E. Windows color (decimal): -11969014 or 679497. OLE color: 679497.

HSL color Cylindrical-coordinate representation of color #495E0A: hue angle of 75º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495E0A is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 10 -
CMYK 0.22 0 0.89 0.63
HSL 75º 0.81% 0.2% -
HSV(B) 75º 0.89% 0.37% -
XYZ 6.81 9.44 1.75 -
YUV 78.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 73 94 10 0.22 0 0.89 0.63 75 0.81 0.2
Hex 49 5E A 16 0 59 3F 4B 51 14
Octal 111 136 12 26 0 131 77 113 121 24
Binary 1001001 1011110 1010 10110 0 1011001 111111 1001011 1010001 10100

Color Harmonies of #495E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E0A

Black with #495E0A

Text Example


Text Example

White with #495E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,94,10); }

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

background-color css

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

 a { background-color: rgb(73,94,10); }

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

border-color css

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

 span { border-color: rgb(73,94,10); }

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