Html Css Color HEX #4E5812 Verdun Green

📋 copy color: '#4E5812'

red 78 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #4E5812

Tints of Verdun Green #4E5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 42.39%
G = 47.83%
B = 9.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#4E5812 (or 0x4E5812) is known color: Verdun Green. HEX triplet: 4E, 58 and 12. RGB value is (78,88,18). Sum of RGB (Red+Green+Blue) = 78+88+18=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5812 is #B1A7ED. Grayscale: #4D4D4D. Windows color (decimal): -11642862 or 1202254. OLE color: 1202254.

HSL color Cylindrical-coordinate representation of color #4E5812: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E5812 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 88 18 -
CMYK 0.11 0 0.80 0.65
HSL 68.57º 0.66% 0.21% -
HSV(B) 68.57º 0.8% 0.35% -
XYZ 6.74 8.64 1.89 -
YUV 77.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 78 88 18 0.11 0 0.80 0.65 68.57 0.66 0.21
Hex 4E 58 12 B 0 50 41 45 42 15
Octal 116 130 22 13 0 120 101 105 102 25
Binary 1001110 1011000 10010 1011 0 1010000 1000001 1000101 1000010 10101

Color Harmonies of #4E5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5812

Black with #4E5812

Text Example


Text Example

White with #4E5812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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