Html Css Color HEX #4D7058 Como

📋 copy color: '#4D7058'

red 77 ◦ green 112 ◦ blue 88

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

Shades of Como #4D7058

Tints of Como #4D7058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 88 (34.77% from 255) = 31.77%

R = 27.8%
G = 40.43%
B = 31.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#4D7058 (or 0x4D7058) is known color: Como. HEX triplet: 4D, 70 and 58. RGB value is (77,112,88). Sum of RGB (Red+Green+Blue) = 77+112+88=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7058 is #B28FA7. Grayscale: #626262. Windows color (decimal): -11702184 or 5795917. OLE color: 5795917.

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

Color convert

RGB 77 112 88 -
CMYK 0.31 0 0.21 0.56
HSL 138.86º 0.19% 0.37% -
HSV(B) 138.86º 0.31% 0.44% -
XYZ 10.62 13.87 11.35 -
YUV 98.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 77 112 88 0.31 0 0.21 0.56 138.86 0.19 0.37
Hex 4D 70 58 1F 0 15 38 8B 13 25
Octal 115 160 130 37 0 25 70 213 23 45
Binary 1001101 1110000 1011000 11111 0 10101 111000 10001011 10011 100101

Color Harmonies of #4D7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7058

Black with #4D7058

Text Example


Text Example

White with #4D7058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,88); }

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

background-color css

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

 a { background-color: rgb(77,112,88); }

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

border-color css

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

 span { border-color: rgb(77,112,88); }

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