Html Css Color HEX #4D745B Como

📋 copy color: '#4D745B'

red 77 ◦ green 116 ◦ blue 91

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

Shades of Como #4D745B

Tints of Como #4D745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 27.11%
G = 40.85%
B = 32.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#4D745B (or 0x4D745B) is known color: Como. HEX triplet: 4D, 74 and 5B. RGB value is (77,116,91). Sum of RGB (Red+Green+Blue) = 77+116+91=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #4D745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D745B is #B28BA4. Grayscale: #656565. Windows color (decimal): -11701157 or 5993549. OLE color: 5993549.

HSL color Cylindrical-coordinate representation of color #4D745B: hue angle of 141.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D745B is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 116 91 -
CMYK 0.34 0 0.22 0.55
HSL 141.54º 0.2% 0.38% -
HSV(B) 141.54º 0.34% 0.45% -
XYZ 11.19 14.82 12.17 -
YUV 101.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 77 116 91 0.34 0 0.22 0.55 141.54 0.2 0.38
Hex 4D 74 5B 22 0 16 37 8E 14 26
Octal 115 164 133 42 0 26 67 216 24 46
Binary 1001101 1110100 1011011 100010 0 10110 110111 10001110 10100 100110

Color Harmonies of #4D745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D745B

Black with #4D745B

Text Example


Text Example

White with #4D745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,91); }

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

background-color css

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

 a { background-color: rgb(77,116,91); }

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

border-color css

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

 span { border-color: rgb(77,116,91); }

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