#4A5605

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

Shades of Verdun Green #4A5605

Tints of Verdun Green #4A5605

Color information

#4A5605 (or 0x4A5605) is unknown color: approx Verdun Green. HEX triplet: 4A, 56 and 05. RGB value is (74,86,5). Sum of RGB (Red+Green+Blue) = 74+86+5=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5605 is #B5A9FA. Grayscale: #494949. Windows color (decimal): -11905531 or 349770. OLE color: 349770.

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

Color convert

RGB74865-
CMYK0.1400.940.66
HSL68.89º89.01%17.84%-
HSV(B)68.89º94.19%33.73%-
XYZ6.188.121.39-
YUV73.1889.52128.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.85%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=44.85%
G=52.12%
B=3.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal748650.1400.940.6668.8989.0117.84
Hex4A565E05E42455912
Octal112126516013610210513122
Binary1001010101011010111100101111010000101000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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