Html Css Color HEX #4E5502 Verdun Green

📋 copy color: '#4E5502'

red 78 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #4E5502

Tints of Verdun Green #4E5502

RGB

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

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

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

R = 47.27%
G = 51.52%
B = 1.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#4E5502 (or 0x4E5502) is known color: Verdun Green. HEX triplet: 4E, 55 and 02. RGB value is (78,85,2). Sum of RGB (Red+Green+Blue) = 78+85+2=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5502 is #B1AAFD. Grayscale: #494949. Windows color (decimal): -11643646 or 152910. OLE color: 152910.

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

Color convert

RGB 78 85 2 -
CMYK 0.08 0 0.98 0.67
HSL 65.06º 0.95% 0.17% -
HSV(B) 65.06º 0.98% 0.33% -
XYZ 6.4 8.12 1.29 -
YUV 73.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 78 85 2 0.08 0 0.98 0.67 65.06 0.95 0.17
Hex 4E 55 2 8 0 62 43 41 5F 11
Octal 116 125 2 10 0 142 103 101 137 21
Binary 1001110 1010101 10 1000 0 1100010 1000011 1000001 1011111 10001

Color Harmonies of #4E5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5502

Black with #4E5502

Text Example


Text Example

White with #4E5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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