#495A04

Color #495A04 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #495A04

Tints of Verdun Green #495A04

Color information

#495A04 (or 0x495A04) is unknown color: approx 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

RGB73904-
CMYK0.1900.960.65
HSL71.86º91.49%18.43%-
HSV(B)71.86º95.56%35.29%-
XYZ6.438.741.46-
YUV75.1187.87126.49-

RGB Variations

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

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.40%
R=43.71%
G=53.89%
B=2.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal739040.1900.960.6571.8691.4918.43
Hex495A41306041485b12
Octal111132423014010111013322
Binary10010011011010100100110110000010000011001000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>