Html Css Color HEX #4E5348 Cabbage Pont

📋 copy color: '#4E5348'

red 78 ◦ green 83 ◦ blue 72

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

Shades of Cabbage Pont #4E5348

Tints of Cabbage Pont #4E5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

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

R = 33.48%
G = 35.62%
B = 30.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#4E5348 (or 0x4E5348) is known color: Cabbage Pont. HEX triplet: 4E, 53 and 48. RGB value is (78,83,72). Sum of RGB (Red+Green+Blue) = 78+83+72=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5348 is #B1ACB7. Grayscale: #505050. Windows color (decimal): -11644088 or 4739918. OLE color: 4739918.

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

Color convert

RGB 78 83 72 -
CMYK 0.06 0 0.13 0.67
HSL 87.27º 0.07% 0.3% -
HSV(B) 87.27º 0.13% 0.33% -
XYZ 7.4 8.27 7.34 -
YUV 80.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 78 83 72 0.06 0 0.13 0.67 87.27 0.07 0.3
Hex 4E 53 48 6 0 D 43 57 7 1E
Octal 116 123 110 6 0 15 103 127 7 36
Binary 1001110 1010011 1001000 110 0 1101 1000011 1010111 111 11110

Color Harmonies of #4E5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5348

Black with #4E5348

Text Example


Text Example

White with #4E5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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