#4A5D02

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

Shades of Verdun Green #4A5D02

Tints of Verdun Green #4A5D02

Color information

#4A5D02 (or 0x4A5D02) is unknown color: approx Verdun Green. HEX triplet: 4A, 5D and 02. RGB value is (74,93,2). Sum of RGB (Red+Green+Blue) = 74+93+2=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5D02 is #B5A2FD. Grayscale: #4D4D4D. Windows color (decimal): -11903742 or 154954. OLE color: 154954.

HSL color Cylindrical-coordinate representation of color #4A5D02: hue angle of 72.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A5D02 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB74932-
CMYK0.2000.980.64
HSL72.53º95.79%18.63%-
HSV(B)72.53º97.85%36.47%-
XYZ6.759.291.49-
YUV76.9485.71125.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.79%
GREEN value IS 93 (36.72% from 255) = 55.03%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=43.79%
G=55.03%
B=1.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal749320.2000.980.6472.5395.7918.63
Hex4A5D21406240496013
Octal112135224014210011114023
Binary1001010101110110101000110001010000001001001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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