#4A5402

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

Shades of Verdun Green #4A5402

Tints of Verdun Green #4A5402

Color information

#4A5402 (or 0x4A5402) is unknown color: approx Verdun Green. HEX triplet: 4A, 54 and 02. RGB value is (74,84,2). Sum of RGB (Red+Green+Blue) = 74+84+2=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5402 is #B5ABFD. Grayscale: #474747. Windows color (decimal): -11906046 or 152650. OLE color: 152650.

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

Color convert

RGB74842-
CMYK0.1200.980.67
HSL67.32º95.35%16.86%-
HSV(B)67.32º97.62%32.94%-
XYZ6.017.81.25-
YUV71.6688.69129.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 46.25%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=46.25%
G=52.5%
B=1.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal748420.1200.980.6767.3295.3516.86
Hex4A542C06243435f11
Octal112124214014210310313721
Binary100101010101001011000110001010000111000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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