#4A5002

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

Shades of Verdun Green #4A5002

Tints of Verdun Green #4A5002

Color information

#4A5002 (or 0x4A5002) is unknown color: approx Verdun Green. HEX triplet: 4A, 50 and 02. RGB value is (74,80,2). Sum of RGB (Red+Green+Blue) = 74+80+2=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5002 is #B5AFFD. Grayscale: #454545. Windows color (decimal): -11907070 or 151626. OLE color: 151626.

HSL color Cylindrical-coordinate representation of color #4A5002: hue angle of 64.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A5002 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB74802-
CMYK0.0800.980.69
HSL64.62º95.12%16.08%-
HSV(B)64.62º97.5%31.37%-
XYZ5.77.21.15-
YUV69.3190.01131.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 47.44%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=47.44%
G=51.28%
B=1.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal748020.0800.980.6964.6295.1216.08
Hex4A502806245415f10
Octal112120210014210510113720
Binary100101010100001010000110001010001011000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,2); }

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

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

 a { background-color: rgb(74,80,2); }

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

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

 span { border-color: rgb(74,80,2); }

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