#4B8060

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

Shades of Como #4B8060

Tints of Como #4B8060

Color information

#4B8060 (or 0x4B8060) is unknown color: approx Como. HEX triplet: 4B, 80 and 60. RGB value is (75,128,96). Sum of RGB (Red+Green+Blue) = 75+128+96=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #4B8060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8060 is #B47F9F. Grayscale: #6C6C6C. Windows color (decimal): -11829152 or 6324299. OLE color: 6324299.

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

Color convert

RGB7512896-
CMYK0.4100.250.50
HSL143.77º26.11%39.8%-
HSV(B)143.77º41.41%50.2%-
XYZ12.7317.7813.83-
YUV108.5120.94104.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=25.08%
G=42.81%
B=32.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75128960.4100.250.50143.7726.1139.8
Hex4B80602901932901a28
Octal11320014051031622203250
Binary10010111000000011000001010010110011100101001000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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