Html Css Color HEX #4E6F5F Como

📋 copy color: '#4E6F5F'

red 78 ◦ green 111 ◦ blue 95

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

Shades of Como #4E6F5F

Tints of Como #4E6F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 27.46%
G = 39.08%
B = 33.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#4E6F5F (or 0x4E6F5F) is known color: Como. HEX triplet: 4E, 6F and 5F. RGB value is (78,111,95). Sum of RGB (Red+Green+Blue) = 78+111+95=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F5F is #B190A0. Grayscale: #636363. Windows color (decimal): -11636897 or 6254414. OLE color: 6254414.

HSL color Cylindrical-coordinate representation of color #4E6F5F: hue angle of 150.91º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F5F is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 111 95 -
CMYK 0.30 0 0.14 0.56
HSL 150.91º 0.17% 0.37% -
HSV(B) 150.91º 0.3% 0.44% -
XYZ 10.89 13.81 12.92 -
YUV 99.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 78 111 95 0.30 0 0.14 0.56 150.91 0.17 0.37
Hex 4E 6F 5F 1E 0 E 38 97 11 25
Octal 116 157 137 36 0 16 70 227 21 45
Binary 1001110 1101111 1011111 11110 0 1110 111000 10010111 10001 100101

Color Harmonies of #4E6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6F5F

Black with #4E6F5F

Text Example


Text Example

White with #4E6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,111,95); }

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

background-color css

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

 a { background-color: rgb(78,111,95); }

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

border-color css

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

 span { border-color: rgb(78,111,95); }

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