Html Css Color HEX #4E4C04 Verdun Green

📋 copy color: '#4E4C04'

red 78 ◦ green 76 ◦ blue 4

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

Shades of Verdun Green #4E4C04

Tints of Verdun Green #4E4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 4 (1.95% from 255) = 2.53%

R = 49.37%
G = 48.1%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4E4C04 (or 0x4E4C04) is known color: Verdun Green. HEX triplet: 4E, 4C and 04. RGB value is (78,76,4). Sum of RGB (Red+Green+Blue) = 78+76+4=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4C04 is #B1B3FB. Grayscale: #444444. Windows color (decimal): -11645948 or 281678. OLE color: 281678.

HSL color Cylindrical-coordinate representation of color #4E4C04: hue angle of 58.38º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E4C04 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 76 4 -
CMYK 0 0.03 0.95 0.69
HSL 58.38º 0.9% 0.16% -
HSV(B) 58.38º 0.95% 0.31% -
XYZ 5.75 6.8 1.12 -
YUV 68.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 78 76 4 0 0.03 0.95 0.69 58.38 0.9 0.16
Hex 4E 4C 4 0 3 5F 45 3A 5A 10
Octal 116 114 4 0 3 137 105 72 132 20
Binary 1001110 1001100 100 0 11 1011111 1000101 111010 1011010 10000

Color Harmonies of #4E4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4C04

Black with #4E4C04

Text Example


Text Example

White with #4E4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,4); }

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

background-color css

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

 a { background-color: rgb(78,76,4); }

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

border-color css

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

 span { border-color: rgb(78,76,4); }

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