Html Css Color HEX #4E5549 Cabbage Pont

📋 copy color: '#4E5549'

red 78 ◦ green 85 ◦ blue 73

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

Shades of Cabbage Pont #4E5549

Tints of Cabbage Pont #4E5549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.93%

R = 33.05%
G = 36.02%
B = 30.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#4E5549 (or 0x4E5549) is known color: Cabbage Pont. HEX triplet: 4E, 55 and 49. RGB value is (78,85,73). Sum of RGB (Red+Green+Blue) = 78+85+73=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5549 is #B1AAB6. Grayscale: #515151. Windows color (decimal): -11643575 or 4805966. OLE color: 4805966.

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

Color convert

RGB 78 85 73 -
CMYK 0.08 0 0.14 0.67
HSL 95º 0.08% 0.31% -
HSV(B) 95º 0.14% 0.33% -
XYZ 7.59 8.6 7.56 -
YUV 81.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 78 85 73 0.08 0 0.14 0.67 95 0.08 0.31
Hex 4E 55 49 8 0 E 43 5F 8 1F
Octal 116 125 111 10 0 16 103 137 10 37
Binary 1001110 1010101 1001001 1000 0 1110 1000011 1011111 1000 11111

Color Harmonies of #4E5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5549

Black with #4E5549

Text Example


Text Example

White with #4E5549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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