#4E6300

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

Shades of Verdun Green #4E6300

Tints of Verdun Green #4E6300

Color information

#4E6300 (or 0x4E6300) is unknown color: approx Verdun Green. HEX triplet: 4E, 63 and 00. RGB value is (78,99,0). Sum of RGB (Red+Green+Blue) = 78+99+0=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6300 is #B19CFF. Grayscale: #515151. Windows color (decimal): -11640064 or 25422. OLE color: 25422.

HSL color Cylindrical-coordinate representation of color #4E6300: hue angle of 72.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E6300 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB78990-
CMYK0.21010.61
HSL72.73º100%19.41%-
HSV(B)72.73º100%38.82%-
XYZ7.610.541.63-
YUV81.4482.04125.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 99 (39.06% from 255) = 55.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.07%
G=55.93%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal789900.21010.6172.7310019.41
Hex4E630150643D496413
Octal11614302501447511114423
Binary10011101100011010101011001001111011001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,0); }

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

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

 a { background-color: rgb(78,99,0); }

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

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

 span { border-color: rgb(78,99,0); }

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