#4BB18D

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

Shades of Keppel #4BB18D

Tints of Keppel #4BB18D

Color information

#4BB18D (or 0x4BB18D) is unknown color: approx Keppel. HEX triplet: 4B, B1 and 8D. RGB value is (75,177,141). Sum of RGB (Red+Green+Blue) = 75+177+141=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB18D is #B44E72. Grayscale: #8E8E8E. Windows color (decimal): -11816563 or 9285963. OLE color: 9285963.

HSL color Cylindrical-coordinate representation of color #4BB18D: hue angle of 158.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB18D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB75177141-
CMYK0.5800.200.31
HSL158.82º40.48%49.41%-
HSV(B)158.82º57.63%69.41%-
XYZ23.4334.8630.69-
YUV142.4127.2179.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.08%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=19.08%
G=45.04%
B=35.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751771410.5800.200.31158.8240.4849.41
Hex4BB18D3A0141F9f2831
Octal11326121572024372375061
Binary100101110110001100011011110100101001111110011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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