#4BB48B

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

Shades of Keppel #4BB48B

Tints of Keppel #4BB48B

Color information

#4BB48B (or 0x4BB48B) is unknown color: approx Keppel. HEX triplet: 4B, B4 and 8B. RGB value is (75,180,139). Sum of RGB (Red+Green+Blue) = 75+180+139=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB48B is #B44B74. Grayscale: #8F8F8F. Windows color (decimal): -11815797 or 9155659. OLE color: 9155659.

HSL color Cylindrical-coordinate representation of color #4BB48B: hue angle of 156.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB48B is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB75180139-
CMYK0.5800.230.29
HSL156.57º41.18%50%-
HSV(B)156.57º58.33%70.59%-
XYZ23.883630.12-
YUV143.93125.2178.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=19.04%
G=45.69%
B=35.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801390.5800.230.29156.5741.1850
Hex4BB48B3A0171D9d2932
Octal11326421372027352355162
Binary100101110110100100010111110100101111110110011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,139); }

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

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

 a { background-color: rgb(75,180,139); }

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

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

 span { border-color: rgb(75,180,139); }

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