Html Css Color HEX #4E540F Verdun Green

📋 copy color: '#4E540F'

red 78 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #4E540F

Tints of Verdun Green #4E540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

 BLUE value IS 15 (6.25% from 255) = 8.47%

R = 44.07%
G = 47.46%
B = 8.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#4E540F (or 0x4E540F) is known color: Verdun Green. HEX triplet: 4E, 54 and 0F. RGB value is (78,84,15). Sum of RGB (Red+Green+Blue) = 78+84+15=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #4E540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E540F is #B1ABF0. Grayscale: #4A4A4A. Windows color (decimal): -11643889 or 1004622. OLE color: 1004622.

HSL color Cylindrical-coordinate representation of color #4E540F: hue angle of 65.22º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E540F is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 84 15 -
CMYK 0.07 0 0.82 0.67
HSL 65.22º 0.7% 0.19% -
HSV(B) 65.22º 0.82% 0.33% -
XYZ 6.4 7.99 1.66 -
YUV 74.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 78 84 15 0.07 0 0.82 0.67 65.22 0.7 0.19
Hex 4E 54 F 7 0 52 43 41 46 13
Octal 116 124 17 7 0 122 103 101 106 23
Binary 1001110 1010100 1111 111 0 1010010 1000011 1000001 1000110 10011

Color Harmonies of #4E540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E540F

Black with #4E540F

Text Example


Text Example

White with #4E540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,84,15); }

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

background-color css

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

 a { background-color: rgb(78,84,15); }

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

border-color css

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

 span { border-color: rgb(78,84,15); }

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