Html Css Color HEX #4E5012 Verdun Green

📋 copy color: '#4E5012'

red 78 ◦ green 80 ◦ blue 18

#4E5012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #4E5012

Tints of Verdun Green #4E5012

RGB

 RED value IS 78 (30.86% from 255) = 44.32%

 GREEN value IS 80 (31.64% from 255) = 45.45%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 44.32%
G = 45.45%
B = 10.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4E5012 (or 0x4E5012) is known color: Verdun Green. HEX triplet: 4E, 50 and 12. RGB value is (78,80,18). Sum of RGB (Red+Green+Blue) = 78+80+18=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #4E5012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5012 is #B1AFED. Grayscale: #484848. Windows color (decimal): -11644910 or 1200206. OLE color: 1200206.

HSL color Cylindrical-coordinate representation of color #4E5012: hue angle of 61.94º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E5012 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 80 18 -
CMYK 0.02 0 0.78 0.69
HSL 61.94º 0.63% 0.19% -
HSV(B) 61.94º 0.78% 0.31% -
XYZ 6.12 7.4 1.68 -
YUV 72.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 78 80 18 0.02 0 0.78 0.69 61.94 0.63 0.19
Hex 4E 50 12 2 0 4E 45 3E 3F 13
Octal 116 120 22 2 0 116 105 76 77 23
Binary 1001110 1010000 10010 10 0 1001110 1000101 111110 111111 10011

Color Harmonies of #4E5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5012

Black with #4E5012

Text Example


Text Example

White with #4E5012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,18); }

 H1.HeaderClassName
 {
   color: #4E5012;
 }
 .AnyTagClassName
 {
   color: #4E5012;
 }
</style>

background-color css

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

 a { background-color: rgb(78,80,18); }

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

border-color css

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

 span { border-color: rgb(78,80,18); }

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