Html Css Color HEX #4E5510 Verdun Green

📋 copy color: '#4E5510'

red 78 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #4E5510

Tints of Verdun Green #4E5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

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

R = 43.58%
G = 47.49%
B = 8.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#4E5510 (or 0x4E5510) is known color: Verdun Green. HEX triplet: 4E, 55 and 10. RGB value is (78,85,16). Sum of RGB (Red+Green+Blue) = 78+85+16=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5510 is #B1AAEF. Grayscale: #4B4B4B. Windows color (decimal): -11643632 or 1070414. OLE color: 1070414.

HSL color Cylindrical-coordinate representation of color #4E5510: hue angle of 66.09º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E5510 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 85 16 -
CMYK 0.08 0 0.81 0.67
HSL 66.09º 0.68% 0.2% -
HSV(B) 66.09º 0.81% 0.33% -
XYZ 6.48 8.15 1.72 -
YUV 75.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 78 85 16 0.08 0 0.81 0.67 66.09 0.68 0.2
Hex 4E 55 10 8 0 51 43 42 44 14
Octal 116 125 20 10 0 121 103 102 104 24
Binary 1001110 1010101 10000 1000 0 1010001 1000011 1000010 1000100 10100

Color Harmonies of #4E5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5510

Black with #4E5510

Text Example


Text Example

White with #4E5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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