Html Css Color HEX #495A12 Verdun Green

📋 copy color: '#495A12'

red 73 ◦ green 90 ◦ blue 18

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

Shades of Verdun Green #495A12

Tints of Verdun Green #495A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.72%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 40.33%
G = 49.72%
B = 9.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#495A12 (or 0x495A12) is known color: Verdun Green. HEX triplet: 49, 5A and 12. RGB value is (73,90,18). Sum of RGB (Red+Green+Blue) = 73+90+18=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #495A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495A12 is #B6A5ED. Grayscale: #4C4C4C. Windows color (decimal): -11970030 or 1202761. OLE color: 1202761.

HSL color Cylindrical-coordinate representation of color #495A12: hue angle of 74.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495A12 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 18 -
CMYK 0.19 0 0.80 0.65
HSL 74.17º 0.67% 0.21% -
HSV(B) 74.17º 0.8% 0.35% -
XYZ 6.51 8.77 1.92 -
YUV 76.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 73 90 18 0.19 0 0.80 0.65 74.17 0.67 0.21
Hex 49 5A 12 13 0 50 41 4A 43 15
Octal 111 132 22 23 0 120 101 112 103 25
Binary 1001001 1011010 10010 10011 0 1010000 1000001 1001010 1000011 10101

Color Harmonies of #495A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A12

Black with #495A12

Text Example


Text Example

White with #495A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,18); }

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

background-color css

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

 a { background-color: rgb(73,90,18); }

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

border-color css

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

 span { border-color: rgb(73,90,18); }

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