#4D8F69

Color #4D8F69 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4D8F69

Tints of Como #4D8F69

Color information

#4D8F69 (or 0x4D8F69) is unknown color: approx Como. HEX triplet: 4D, 8F and 69. RGB value is (77,143,105). Sum of RGB (Red+Green+Blue) = 77+143+105=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F69 is #B27096. Grayscale: #777777. Windows color (decimal): -11694231 or 6917965. OLE color: 6917965.

HSL color Cylindrical-coordinate representation of color #4D8F69: hue angle of 145.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F69 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB77143105-
CMYK0.4600.270.44
HSL145.45º30%43.14%-
HSV(B)145.45º46.15%56.08%-
XYZ15.4322.2416.84-
YUV118.93120.1398.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 143 (56.25% from 255) = 44%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=23.69%
G=44%
B=32.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771431050.4600.270.44145.453043.14
Hex4D8F692E01B2C911e2b
Octal11521715156033542213653
Binary10011011000111111010011011100110111011001001000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,143,105); }

 H1.HeaderClassName
 {
   color: #4D8F69;
 }
 .AnyTagClassName
 {
   color: #4D8F69;
 }
</style>
background-color css

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

 a { background-color: rgb(77,143,105); }

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

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

 span { border-color: rgb(77,143,105); }

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