Html Css Color HEX #4E544A Cabbage Pont

📋 copy color: '#4E544A'

red 78 ◦ green 84 ◦ blue 74

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

Shades of Cabbage Pont #4E544A

Tints of Cabbage Pont #4E544A

RGB

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

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

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

R = 33.05%
G = 35.59%
B = 31.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#4E544A (or 0x4E544A) is known color: Cabbage Pont. HEX triplet: 4E, 54 and 4A. RGB value is (78,84,74). Sum of RGB (Red+Green+Blue) = 78+84+74=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #4E544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E544A is #B1ABB5. Grayscale: #515151. Windows color (decimal): -11643830 or 4871246. OLE color: 4871246.

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

Color convert

RGB 78 84 74 -
CMYK 0.07 0 0.12 0.67
HSL 96º 0.06% 0.31% -
HSV(B) 96º 0.12% 0.33% -
XYZ 7.55 8.45 7.71 -
YUV 81.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 78 84 74 0.07 0 0.12 0.67 96 0.06 0.31
Hex 4E 54 4A 7 0 C 43 60 6 1F
Octal 116 124 112 7 0 14 103 140 6 37
Binary 1001110 1010100 1001010 111 0 1100 1000011 1100000 110 11111

Color Harmonies of #4E544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E544A

Black with #4E544A

Text Example


Text Example

White with #4E544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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