#4A5501

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

Shades of Verdun Green #4A5501

Tints of Verdun Green #4A5501

Color information

#4A5501 (or 0x4A5501) is unknown color: approx Verdun Green. HEX triplet: 4A, 55 and 01. RGB value is (74,85,1). Sum of RGB (Red+Green+Blue) = 74+85+1=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5501 is #B5AAFE. Grayscale: #484848. Windows color (decimal): -11905791 or 87370. OLE color: 87370.

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

Color convert

RGB74851-
CMYK0.1300.990.67
HSL67.86º97.67%16.86%-
HSV(B)67.86º98.82%33.33%-
XYZ6.087.961.24-
YUV72.1387.86129.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.25%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=46.25%
G=53.12%
B=0.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal748510.1300.990.6767.8697.6716.86
Hex4A551D06343446211
Octal112125115014310310414221
Binary10010101010101111010110001110000111000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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