Html Css Color HEX #4E554A Cabbage Pont

📋 copy color: '#4E554A'

red 78 ◦ green 85 ◦ blue 74

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

Shades of Cabbage Pont #4E554A

Tints of Cabbage Pont #4E554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 32.91%
G = 35.86%
B = 31.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#4E554A (or 0x4E554A) is known color: Cabbage Pont. HEX triplet: 4E, 55 and 4A. RGB value is (78,85,74). Sum of RGB (Red+Green+Blue) = 78+85+74=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #4E554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E554A is #B1AAB5. Grayscale: #515151. Windows color (decimal): -11643574 or 4871502. OLE color: 4871502.

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

Color convert

RGB 78 85 74 -
CMYK 0.08 0 0.13 0.67
HSL 98.18º 0.07% 0.31% -
HSV(B) 98.18º 0.13% 0.33% -
XYZ 7.63 8.61 7.74 -
YUV 81.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 78 85 74 0.08 0 0.13 0.67 98.18 0.07 0.31
Hex 4E 55 4A 8 0 D 43 62 7 1F
Octal 116 125 112 10 0 15 103 142 7 37
Binary 1001110 1010101 1001010 1000 0 1101 1000011 1100010 111 11111

Color Harmonies of #4E554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E554A

Black with #4E554A

Text Example


Text Example

White with #4E554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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