Html Css Color HEX #4E5517 Verdun Green

📋 copy color: '#4E5517'

red 78 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #4E5517

Tints of Verdun Green #4E5517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 41.94%
G = 45.7%
B = 12.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#4E5517 (or 0x4E5517) is known color: Verdun Green. HEX triplet: 4E, 55 and 17. RGB value is (78,85,23). Sum of RGB (Red+Green+Blue) = 78+85+23=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5517 is #B1AAE8. Grayscale: #4C4C4C. Windows color (decimal): -11643625 or 1529166. OLE color: 1529166.

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

Color convert

RGB 78 85 23 -
CMYK 0.08 0 0.73 0.67
HSL 66.77º 0.57% 0.21% -
HSV(B) 66.77º 0.73% 0.33% -
XYZ 6.55 8.18 2.04 -
YUV 75.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 78 85 23 0.08 0 0.73 0.67 66.77 0.57 0.21
Hex 4E 55 17 8 0 49 43 43 39 15
Octal 116 125 27 10 0 111 103 103 71 25
Binary 1001110 1010101 10111 1000 0 1001001 1000011 1000011 111001 10101

Color Harmonies of #4E5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5517

Black with #4E5517

Text Example


Text Example

White with #4E5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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