Html Css Color HEX #4E715B Como

📋 copy color: '#4E715B'

red 78 ◦ green 113 ◦ blue 91

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

Shades of Como #4E715B

Tints of Como #4E715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 27.66%
G = 40.07%
B = 32.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#4E715B (or 0x4E715B) is known color: Como. HEX triplet: 4E, 71 and 5B. RGB value is (78,113,91). Sum of RGB (Red+Green+Blue) = 78+113+91=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #4E715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E715B is #B18EA4. Grayscale: #646464. Windows color (decimal): -11636389 or 5992782. OLE color: 5992782.

HSL color Cylindrical-coordinate representation of color #4E715B: hue angle of 142.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E715B is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 113 91 -
CMYK 0.31 0 0.19 0.56
HSL 142.29º 0.18% 0.37% -
HSV(B) 142.29º 0.31% 0.44% -
XYZ 10.94 14.19 12.06 -
YUV 100.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 78 113 91 0.31 0 0.19 0.56 142.29 0.18 0.37
Hex 4E 71 5B 1F 0 13 38 8E 12 25
Octal 116 161 133 37 0 23 70 216 22 45
Binary 1001110 1110001 1011011 11111 0 10011 111000 10001110 10010 100101

Color Harmonies of #4E715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E715B

Black with #4E715B

Text Example


Text Example

White with #4E715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,113,91); }

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

background-color css

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

 a { background-color: rgb(78,113,91); }

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

border-color css

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

 span { border-color: rgb(78,113,91); }

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