Html Css Color HEX #4E550C Verdun Green

📋 copy color: '#4E550C'

red 78 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #4E550C

Tints of Verdun Green #4E550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 44.57%
G = 48.57%
B = 6.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#4E550C (or 0x4E550C) is known color: Verdun Green. HEX triplet: 4E, 55 and 0C. RGB value is (78,85,12). Sum of RGB (Red+Green+Blue) = 78+85+12=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #4E550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E550C is #B1AAF3. Grayscale: #4A4A4A. Windows color (decimal): -11643636 or 808270. OLE color: 808270.

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

Color convert

RGB 78 85 12 -
CMYK 0.08 0 0.86 0.67
HSL 65.75º 0.75% 0.19% -
HSV(B) 65.75º 0.86% 0.33% -
XYZ 6.46 8.14 1.58 -
YUV 74.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 78 85 12 0.08 0 0.86 0.67 65.75 0.75 0.19
Hex 4E 55 C 8 0 56 43 42 4B 13
Octal 116 125 14 10 0 126 103 102 113 23
Binary 1001110 1010101 1100 1000 0 1010110 1000011 1000010 1001011 10011

Color Harmonies of #4E550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E550C

Black with #4E550C

Text Example


Text Example

White with #4E550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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