#4BB28D

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

Shades of Keppel #4BB28D

Tints of Keppel #4BB28D

Color information

#4BB28D (or 0x4BB28D) is unknown color: approx Keppel. HEX triplet: 4B, B2 and 8D. RGB value is (75,178,141). Sum of RGB (Red+Green+Blue) = 75+178+141=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB28D is #B44D72. Grayscale: #8F8F8F. Windows color (decimal): -11816307 or 9286219. OLE color: 9286219.

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

Color convert

RGB75178141-
CMYK0.5800.210.30
HSL158.45º40.71%49.61%-
HSV(B)158.45º57.87%69.8%-
XYZ23.6335.2630.76-
YUV142.98126.8879.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=19.04%
G=45.18%
B=35.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751781410.5800.210.30158.4540.7149.61
Hex4BB28D3A0151E9e2932
Octal11326221572025362365162
Binary100101110110010100011011110100101011111010011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,178,141); }

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

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

 a { background-color: rgb(75,178,141); }

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

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

 span { border-color: rgb(75,178,141); }

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