#4B8C61

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

Shades of Como #4B8C61

Tints of Como #4B8C61

Color information

#4B8C61 (or 0x4B8C61) is unknown color: approx Como. HEX triplet: 4B, 8C and 61. RGB value is (75,140,97). Sum of RGB (Red+Green+Blue) = 75+140+97=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C61 is #B4739E. Grayscale: #737373. Windows color (decimal): -11826079 or 6392907. OLE color: 6392907.

HSL color Cylindrical-coordinate representation of color #4B8C61: hue angle of 140.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8C61 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB7514097-
CMYK0.4600.310.45
HSL140.31º30.23%42.16%-
HSV(B)140.31º46.43%54.9%-
XYZ14.4421.1214.62-
YUV115.66117.4799-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 140 (55.08% from 255) = 44.87%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=24.04%
G=44.87%
B=31.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75140970.4600.310.45140.3130.2342.16
Hex4B8C612E01F2D8c1e2a
Octal11321414156037552143652
Binary10010111000110011000011011100111111011011000110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,140,97); }

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

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

 a { background-color: rgb(75,140,97); }

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

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

 span { border-color: rgb(75,140,97); }

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