#4A590A

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

Shades of Verdun Green #4A590A

Tints of Verdun Green #4A590A

Color information

#4A590A (or 0x4A590A) is unknown color: approx Verdun Green. HEX triplet: 4A, 59 and 0A. RGB value is (74,89,10). Sum of RGB (Red+Green+Blue) = 74+89+10=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #4A590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A590A is #B5A6F5. Grayscale: #4B4B4B. Windows color (decimal): -11904758 or 678218. OLE color: 678218.

HSL color Cylindrical-coordinate representation of color #4A590A: hue angle of 71.39º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A590A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB748910-
CMYK0.1700.890.65
HSL71.39º79.8%19.41%-
HSV(B)71.39º88.76%34.9%-
XYZ6.458.621.61-
YUV75.5191.03126.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.77%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=42.77%
G=51.45%
B=5.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7489100.1700.890.6571.3979.819.41
Hex4A59A1105941475013
Octal1121311221013110110712023
Binary100101010110011010100010101100110000011000111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A590A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A590A; }

 p { color: rgb(74,89,10); }

 H1.HeaderClassName
 {
   color: #4A590A;
 }
 .AnyTagClassName
 {
   color: #4A590A;
 }
</style>
background-color css

<style>
 a { background-color: #4A590A; }

 a { background-color: rgb(74,89,10); }

 div.DivClassName
 {
   background-color: #4A590A;
 }
 .BgClassName
 {
   background-color: #4A590A;
 }
</style>
border-color css

<style>
 span { border-color: #4A590A; }

 span { border-color: rgb(74,89,10); }

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