Html Css Color HEX #4D8060 Como

📋 copy color: '#4D8060'

red 77 ◦ green 128 ◦ blue 96

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

Shades of Como #4D8060

Tints of Como #4D8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 25.58%
G = 42.52%
B = 31.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#4D8060 (or 0x4D8060) is known color: Como. HEX triplet: 4D, 80 and 60. RGB value is (77,128,96). Sum of RGB (Red+Green+Blue) = 77+128+96=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8060 is #B27F9F. Grayscale: #6D6D6D. Windows color (decimal): -11698080 or 6324301. OLE color: 6324301.

HSL color Cylindrical-coordinate representation of color #4D8060: hue angle of 142.35º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8060 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 128 96 -
CMYK 0.40 0 0.25 0.50
HSL 142.35º 0.25% 0.4% -
HSV(B) 142.35º 0.4% 0.5% -
XYZ 12.89 17.86 13.83 -
YUV 109.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 77 128 96 0.40 0 0.25 0.50 142.35 0.25 0.4
Hex 4D 80 60 28 0 19 32 8E 19 28
Octal 115 200 140 50 0 31 62 216 31 50
Binary 1001101 10000000 1100000 101000 0 11001 110010 10001110 11001 101000

Color Harmonies of #4D8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8060

Black with #4D8060

Text Example


Text Example

White with #4D8060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,128,96); }

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

background-color css

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

 a { background-color: rgb(77,128,96); }

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

border-color css

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

 span { border-color: rgb(77,128,96); }

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