#4B8F65

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

Shades of Como #4B8F65

Tints of Como #4B8F65

Color information

#4B8F65 (or 0x4B8F65) is unknown color: approx Como. HEX triplet: 4B, 8F and 65. RGB value is (75,143,101). Sum of RGB (Red+Green+Blue) = 75+143+101=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8F65 is #B4709A. Grayscale: #757575. Windows color (decimal): -11825307 or 6655819. OLE color: 6655819.

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

Color convert

RGB75143101-
CMYK0.4800.290.44
HSL142.94º31.19%42.75%-
HSV(B)142.94º47.55%56.08%-
XYZ15.0722.0815.78-
YUV117.88118.4797.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=23.51%
G=44.83%
B=31.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751431010.4800.290.44142.9431.1942.75
Hex4B8F653001D2C8f1f2b
Octal11321714560035542173753
Binary10010111000111111001011100000111011011001000111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,143,101); }

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

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

 a { background-color: rgb(75,143,101); }

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

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

 span { border-color: rgb(75,143,101); }

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