Html Css Color HEX #4E5518 Verdun Green

📋 copy color: '#4E5518'

red 78 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #4E5518

Tints of Verdun Green #4E5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 41.71%
G = 45.45%
B = 12.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#4E5518 (or 0x4E5518) is known color: Verdun Green. HEX triplet: 4E, 55 and 18. RGB value is (78,85,24). Sum of RGB (Red+Green+Blue) = 78+85+24=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5518 is #B1AAE7. Grayscale: #4C4C4C. Windows color (decimal): -11643624 or 1594702. OLE color: 1594702.

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

Color convert

RGB 78 85 24 -
CMYK 0.08 0 0.72 0.67
HSL 66.89º 0.56% 0.21% -
HSV(B) 66.89º 0.72% 0.33% -
XYZ 6.56 8.18 2.1 -
YUV 75.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 78 85 24 0.08 0 0.72 0.67 66.89 0.56 0.21
Hex 4E 55 18 8 0 48 43 43 38 15
Octal 116 125 30 10 0 110 103 103 70 25
Binary 1001110 1010101 11000 1000 0 1001000 1000011 1000011 111000 10101

Color Harmonies of #4E5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5518

Black with #4E5518

Text Example


Text Example

White with #4E5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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