Html Css Color HEX #495A22 Verdun Green

📋 copy color: '#495A22'

red 73 ◦ green 90 ◦ blue 34

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

Shades of Verdun Green #495A22

Tints of Verdun Green #495A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 37.06%
G = 45.69%
B = 17.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#495A22 (or 0x495A22) is known color: Verdun Green. HEX triplet: 49, 5A and 22. RGB value is (73,90,34). Sum of RGB (Red+Green+Blue) = 73+90+34=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #495A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A22 is #B6A5DD. Grayscale: #4E4E4E. Windows color (decimal): -11970014 or 2251337. OLE color: 2251337.

HSL color Cylindrical-coordinate representation of color #495A22: hue angle of 78.21º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495A22 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 34 -
CMYK 0.19 0 0.62 0.65
HSL 78.21º 0.45% 0.24% -
HSV(B) 78.21º 0.62% 0.35% -
XYZ 6.69 8.84 2.87 -
YUV 78.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 73 90 34 0.19 0 0.62 0.65 78.21 0.45 0.24
Hex 49 5A 22 13 0 3E 41 4E 2D 18
Octal 111 132 42 23 0 76 101 116 55 30
Binary 1001001 1011010 100010 10011 0 111110 1000001 1001110 101101 11000

Color Harmonies of #495A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A22

Black with #495A22

Text Example


Text Example

White with #495A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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