Html Css Color HEX #495A04 Verdun Green

📋 copy color: '#495A04'

red 73 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #495A04

Tints of Verdun Green #495A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 43.71%
G = 53.89%
B = 2.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#495A04 (or 0x495A04) is known color: Verdun Green. HEX triplet: 49, 5A and 04. RGB value is (73,90,4). Sum of RGB (Red+Green+Blue) = 73+90+4=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #495A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495A04 is #B6A5FB. Grayscale: #4B4B4B. Windows color (decimal): -11970044 or 285257. OLE color: 285257.

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

Color convert

RGB 73 90 4 -
CMYK 0.19 0 0.96 0.65
HSL 71.86º 0.91% 0.18% -
HSV(B) 71.86º 0.96% 0.35% -
XYZ 6.43 8.74 1.46 -
YUV 75.11 87.87 126.49 -
System Red Green Blue C M Y K H S L
Decimal 73 90 4 0.19 0 0.96 0.65 71.86 0.91 0.18
Hex 49 5A 4 13 0 60 41 48 5B 12
Octal 111 132 4 23 0 140 101 110 133 22
Binary 1001001 1011010 100 10011 0 1100000 1000001 1001000 1011011 10010

Color Harmonies of #495A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A04

Black with #495A04

Text Example


Text Example

White with #495A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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