Html Css Color HEX #4E5801 Verdun Green

📋 copy color: '#4E5801'

red 78 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #4E5801

Tints of Verdun Green #4E5801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 46.71%
G = 52.69%
B = 0.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#4E5801 (or 0x4E5801) is known color: Verdun Green. HEX triplet: 4E, 58 and 01. RGB value is (78,88,1). Sum of RGB (Red+Green+Blue) = 78+88+1=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5801 is #B1A7FE. Grayscale: #4B4B4B. Windows color (decimal): -11642879 or 88142. OLE color: 88142.

HSL color Cylindrical-coordinate representation of color #4E5801: hue angle of 66.9º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E5801 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 88 1 -
CMYK 0.11 0 0.99 0.65
HSL 66.9º 0.98% 0.17% -
HSV(B) 66.9º 0.99% 0.35% -
XYZ 6.64 8.6 1.34 -
YUV 75.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 78 88 1 0.11 0 0.99 0.65 66.9 0.98 0.17
Hex 4E 58 1 B 0 63 41 43 62 11
Octal 116 130 1 13 0 143 101 103 142 21
Binary 1001110 1011000 1 1011 0 1100011 1000001 1000011 1100010 10001

Color Harmonies of #4E5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5801

Black with #4E5801

Text Example


Text Example

White with #4E5801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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