Html Css Color HEX #4E5B10 Verdun Green

📋 copy color: '#4E5B10'

red 78 ◦ green 91 ◦ blue 16

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

Shades of Verdun Green #4E5B10

Tints of Verdun Green #4E5B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.19%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 42.16%
G = 49.19%
B = 8.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#4E5B10 (or 0x4E5B10) is known color: Verdun Green. HEX triplet: 4E, 5B and 10. RGB value is (78,91,16). Sum of RGB (Red+Green+Blue) = 78+91+16=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5B10 is #B1A4EF. Grayscale: #4E4E4E. Windows color (decimal): -11642096 or 1071950. OLE color: 1071950.

HSL color Cylindrical-coordinate representation of color #4E5B10: hue angle of 70.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E5B10 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 91 16 -
CMYK 0.14 0 0.82 0.64
HSL 70.4º 0.7% 0.21% -
HSV(B) 70.4º 0.82% 0.36% -
XYZ 6.98 9.14 1.89 -
YUV 78.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 78 91 16 0.14 0 0.82 0.64 70.4 0.7 0.21
Hex 4E 5B 10 E 0 52 40 46 46 15
Octal 116 133 20 16 0 122 100 106 106 25
Binary 1001110 1011011 10000 1110 0 1010010 1000000 1000110 1000110 10101

Color Harmonies of #4E5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5B10

Black with #4E5B10

Text Example


Text Example

White with #4E5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,91,16); }

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

background-color css

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

 a { background-color: rgb(78,91,16); }

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

border-color css

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

 span { border-color: rgb(78,91,16); }

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