#4E5202

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

Shades of Verdun Green #4E5202

Tints of Verdun Green #4E5202

Color information

#4E5202 (or 0x4E5202) is unknown color: approx Verdun Green. HEX triplet: 4E, 52 and 02. RGB value is (78,82,2). Sum of RGB (Red+Green+Blue) = 78+82+2=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5202 is #B1ADFD. Grayscale: #484848. Windows color (decimal): -11644414 or 152142. OLE color: 152142.

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

Color convert

RGB78822-
CMYK0.0500.980.68
HSL63º95.24%16.47%-
HSV(B)63º97.56%32.16%-
XYZ6.177.661.21-
YUV71.6888.67132.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=48.15%
G=50.62%
B=1.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal788220.0500.980.686395.2416.47
Hex4E5225062443f5f10
Octal1161222501421047713720
Binary1001110101001010101011000101000100111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,2); }

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

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

 a { background-color: rgb(78,82,2); }

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

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

 span { border-color: rgb(78,82,2); }

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