#4A5601

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

Shades of Verdun Green #4A5601

Tints of Verdun Green #4A5601

Color information

#4A5601 (or 0x4A5601) is unknown color: approx Verdun Green. HEX triplet: 4A, 56 and 01. RGB value is (74,86,1). Sum of RGB (Red+Green+Blue) = 74+86+1=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5601 is #B5A9FE. Grayscale: #494949. Windows color (decimal): -11905535 or 87626. OLE color: 87626.

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

Color convert

RGB74861-
CMYK0.1400.990.66
HSL68.47º97.7%17.06%-
HSV(B)68.47º98.84%33.73%-
XYZ6.168.111.27-
YUV72.7287.52128.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.96%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=45.96%
G=53.42%
B=0.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal748610.1400.990.6668.4797.717.06
Hex4A561E06342446211
Octal112126116014310210414221
Binary10010101010110111100110001110000101000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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