#4E5502

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

Shades of Verdun Green #4E5502

Tints of Verdun Green #4E5502

Color information

#4E5502 (or 0x4E5502) is unknown color: approx Verdun Green. HEX triplet: 4E, 55 and 02. RGB value is (78,85,2). Sum of RGB (Red+Green+Blue) = 78+85+2=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5502 is #B1AAFD. Grayscale: #494949. Windows color (decimal): -11643646 or 152910. OLE color: 152910.

HSL color Cylindrical-coordinate representation of color #4E5502: hue angle of 65.06º 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 #4E5502 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB78852-
CMYK0.0800.980.67
HSL65.06º95.4%17.06%-
HSV(B)65.06º97.65%33.33%-
XYZ6.48.121.29-
YUV73.4487.68131.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=47.27%
G=51.52%
B=1.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal788520.0800.980.6765.0695.417.06
Hex4E552806243415f11
Octal116125210014210310113721
Binary100111010101011010000110001010000111000001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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