#4B8863

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

Shades of Como #4B8863

Tints of Como #4B8863

Color information

#4B8863 (or 0x4B8863) is unknown color: approx Como. HEX triplet: 4B, 88 and 63. RGB value is (75,136,99). Sum of RGB (Red+Green+Blue) = 75+136+99=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8863 is #B4779C. Grayscale: #717171. Windows color (decimal): -11827101 or 6522955. OLE color: 6522955.

HSL color Cylindrical-coordinate representation of color #4B8863: hue angle of 143.61º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8863 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB7513699-
CMYK0.4500.270.47
HSL143.61º28.91%41.37%-
HSV(B)143.61º44.85%53.33%-
XYZ13.9620.0114.93-
YUV113.54119.79100.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=24.19%
G=43.87%
B=31.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75136990.4500.270.47143.6128.9141.37
Hex4B88632D01B2F901d29
Octal11321014355033572203551
Binary10010111000100011000111011010110111011111001000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,99); }

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

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

 a { background-color: rgb(75,136,99); }

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

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

 span { border-color: rgb(75,136,99); }

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