#4DB48D

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

Shades of Keppel #4DB48D

Tints of Keppel #4DB48D

Color information

#4DB48D (or 0x4DB48D) is unknown color: approx Keppel. HEX triplet: 4D, B4 and 8D. RGB value is (77,180,141). Sum of RGB (Red+Green+Blue) = 77+180+141=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB48D is #B24B72. Grayscale: #909090. Windows color (decimal): -11684723 or 9286733. OLE color: 9286733.

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

Color convert

RGB77180141-
CMYK0.5700.220.29
HSL157.28º40.71%50.39%-
HSV(B)157.28º57.22%70.59%-
XYZ24.1936.1430.9-
YUV144.76125.8879.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.35%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=19.35%
G=45.23%
B=35.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771801410.5700.220.29157.2840.7150.39
Hex4DB48D390161D9d2932
Octal11526421571026352355162
Binary100110110110100100011011110010101101110110011101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,180,141); }

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

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

 a { background-color: rgb(77,180,141); }

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

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

 span { border-color: rgb(77,180,141); }

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