#4A560F

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

Shades of Verdun Green #4A560F

Tints of Verdun Green #4A560F

Color information

#4A560F (or 0x4A560F) is unknown color: approx Verdun Green. HEX triplet: 4A, 56 and 0F. RGB value is (74,86,15). Sum of RGB (Red+Green+Blue) = 74+86+15=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #4A560F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A560F is #B5A9F0. Grayscale: #4A4A4A. Windows color (decimal): -11905521 or 1005130. OLE color: 1005130.

HSL color Cylindrical-coordinate representation of color #4A560F: hue angle of 70.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A560F is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB748615-
CMYK0.1400.830.66
HSL70.14º70.3%19.8%-
HSV(B)70.14º82.56%33.73%-
XYZ6.248.151.7-
YUV74.3294.52127.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.29%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=42.29%
G=49.14%
B=8.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486150.1400.830.6670.1470.319.8
Hex4A56FE05342464614
Octal1121261716012310210610624
Binary10010101010110111111100101001110000101000110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,86,15); }

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

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

 a { background-color: rgb(74,86,15); }

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

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

 span { border-color: rgb(74,86,15); }

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