#4bb38a

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

Shades of Keppel #4BB38A

Tints of Keppel #4BB38A

Color information

#4BB38A (or 0x4BB38A) is unknown color: approx Keppel. HEX triplet: 4B, B3 and 8A. RGB value is (75,179,138). Sum of RGB (Red+Green+Blue) = 75+179+138=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB38A is #B44C75. Grayscale: #8F8F8F. Windows color (decimal): -11816054 or 9089867. OLE color: 9089867.

HSL color Cylindrical-coordinate representation of color #4BB38A: hue angle of 156.35º 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 #4BB38A is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB75179138-
CMYK0.5800.230.30
HSL156.35º40.94%49.8%-
HSV(B)156.35º58.1%70.2%-
XYZ23.6135.5729.67-
YUV143.23125.0479.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.13%
GREEN value IS 179 (70.31% from 255) = 45.66%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=19.13%
G=45.66%
B=35.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791380.5800.230.30156.3540.9449.8
Hex4BB38A3A0171E9c2932
Octal11326321272027362345162
Binary100101110110011100010101110100101111111010011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bb38a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,138); }

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

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

 a { background-color: rgb(75,179,138); }

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

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

 span { border-color: rgb(75,179,138); }

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