Html Css Color HEX #4D6F5F Como

📋 copy color: '#4D6F5F'

red 77 ◦ green 111 ◦ blue 95

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

Shades of Como #4D6F5F

Tints of Como #4D6F5F

RGB

 RED value IS 77 (30.47% from 255) = 27.21%

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

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

R = 27.21%
G = 39.22%
B = 33.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#4D6F5F (or 0x4D6F5F) is known color: Como. HEX triplet: 4D, 6F and 5F. RGB value is (77,111,95). Sum of RGB (Red+Green+Blue) = 77+111+95=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F5F is #B290A0. Grayscale: #636363. Windows color (decimal): -11702433 or 6254413. OLE color: 6254413.

HSL color Cylindrical-coordinate representation of color #4D6F5F: hue angle of 151.76º 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 #4D6F5F is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 111 95 -
CMYK 0.31 0 0.14 0.56
HSL 151.76º 0.18% 0.37% -
HSV(B) 151.76º 0.31% 0.44% -
XYZ 10.81 13.77 12.92 -
YUV 99.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 77 111 95 0.31 0 0.14 0.56 151.76 0.18 0.37
Hex 4D 6F 5F 1F 0 E 38 98 12 25
Octal 115 157 137 37 0 16 70 230 22 45
Binary 1001101 1101111 1011111 11111 0 1110 111000 10011000 10010 100101

Color Harmonies of #4D6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6F5F

Black with #4D6F5F

Text Example


Text Example

White with #4D6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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