Html Css Color HEX #4E5548 Cabbage Pont

📋 copy color: '#4E5548'

red 78 ◦ green 85 ◦ blue 72

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

Shades of Cabbage Pont #4E5548

Tints of Cabbage Pont #4E5548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 33.19%
G = 36.17%
B = 30.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#4E5548 (or 0x4E5548) is known color: Cabbage Pont. HEX triplet: 4E, 55 and 48. RGB value is (78,85,72). Sum of RGB (Red+Green+Blue) = 78+85+72=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5548 is #B1AAB7. Grayscale: #515151. Windows color (decimal): -11643576 or 4740430. OLE color: 4740430.

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

Color convert

RGB 78 85 72 -
CMYK 0.08 0 0.15 0.67
HSL 92.31º 0.08% 0.31% -
HSV(B) 92.31º 0.15% 0.33% -
XYZ 7.56 8.58 7.39 -
YUV 81.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 78 85 72 0.08 0 0.15 0.67 92.31 0.08 0.31
Hex 4E 55 48 8 0 F 43 5C 8 1F
Octal 116 125 110 10 0 17 103 134 10 37
Binary 1001110 1010101 1001000 1000 0 1111 1000011 1011100 1000 11111

Color Harmonies of #4E5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5548

Black with #4E5548

Text Example


Text Example

White with #4E5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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