#4E4F08

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

Shades of Verdun Green #4E4F08

Tints of Verdun Green #4E4F08

Color information

#4E4F08 (or 0x4E4F08) is unknown color: approx Verdun Green. HEX triplet: 4E, 4F and 08. RGB value is (78,79,8). Sum of RGB (Red+Green+Blue) = 78+79+8=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E4F08 is #B1B0F7. Grayscale: #464646. Windows color (decimal): -11645176 or 544590. OLE color: 544590.

HSL color Cylindrical-coordinate representation of color #4E4F08: hue angle of 60.85º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E4F08 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB78798-
CMYK0.0100.900.69
HSL60.85º81.61%17.06%-
HSV(B)60.85º89.87%30.98%-
XYZ5.987.231.31-
YUV70.6192.67133.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=47.27%
G=47.88%
B=4.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal787980.0100.900.6960.8581.6117.06
Hex4E4F8105A453d5211
Octal11611710101321057512221
Binary1001110100111110001010110101000101111101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,8); }

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

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

 a { background-color: rgb(78,79,8); }

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

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

 span { border-color: rgb(78,79,8); }

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