Html Css Color HEX #4E5802 Verdun Green

📋 copy color: '#4E5802'

red 78 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #4E5802

Tints of Verdun Green #4E5802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.19%

R = 46.43%
G = 52.38%
B = 1.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#4E5802 (or 0x4E5802) is known color: Verdun Green. HEX triplet: 4E, 58 and 02. RGB value is (78,88,2). Sum of RGB (Red+Green+Blue) = 78+88+2=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5802 is #B1A7FD. Grayscale: #4B4B4B. Windows color (decimal): -11642878 or 153678. OLE color: 153678.

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

Color convert

RGB 78 88 2 -
CMYK 0.11 0 0.98 0.65
HSL 66.98º 0.96% 0.18% -
HSV(B) 66.98º 0.98% 0.35% -
XYZ 6.64 8.6 1.37 -
YUV 75.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 78 88 2 0.11 0 0.98 0.65 66.98 0.96 0.18
Hex 4E 58 2 B 0 62 41 43 60 12
Octal 116 130 2 13 0 142 101 103 140 22
Binary 1001110 1011000 10 1011 0 1100010 1000001 1000011 1100000 10010

Color Harmonies of #4E5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5802

Black with #4E5802

Text Example


Text Example

White with #4E5802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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