Html Css Color HEX #4E4A0D Verdun Green

📋 copy color: '#4E4A0D'

red 78 ◦ green 74 ◦ blue 13

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

Shades of Verdun Green #4E4A0D

Tints of Verdun Green #4E4A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 47.27%
G = 44.85%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#4E4A0D (or 0x4E4A0D) is known color: Verdun Green. HEX triplet: 4E, 4A and 0D. RGB value is (78,74,13). Sum of RGB (Red+Green+Blue) = 78+74+13=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A0D is #B1B5F2. Grayscale: #444444. Windows color (decimal): -11646451 or 870990. OLE color: 870990.

HSL color Cylindrical-coordinate representation of color #4E4A0D: hue angle of 56.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E4A0D is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 74 13 -
CMYK 0 0.05 0.83 0.69
HSL 56.31º 0.71% 0.18% -
HSV(B) 56.31º 0.83% 0.31% -
XYZ 5.66 6.55 1.35 -
YUV 68.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 78 74 13 0 0.05 0.83 0.69 56.31 0.71 0.18
Hex 4E 4A D 0 5 53 45 38 47 12
Octal 116 112 15 0 5 123 105 70 107 22
Binary 1001110 1001010 1101 0 101 1010011 1000101 111000 1000111 10010

Color Harmonies of #4E4A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A0D

Black with #4E4A0D

Text Example


Text Example

White with #4E4A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,74,13); }

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

background-color css

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

 a { background-color: rgb(78,74,13); }

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

border-color css

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

 span { border-color: rgb(78,74,13); }

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