#4DB396

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

Shades of Keppel #4DB396

Tints of Keppel #4DB396

Color information

#4DB396 (or 0x4DB396) is unknown color: approx Keppel. HEX triplet: 4D, B3 and 96. RGB value is (77,179,150). Sum of RGB (Red+Green+Blue) = 77+179+150=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB396 is #B24C69. Grayscale: #919191. Windows color (decimal): -11684970 or 9876301. OLE color: 9876301.

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

Color convert

RGB77179150-
CMYK0.5700.160.30
HSL162.94º40.16%50.2%-
HSV(B)162.94º56.98%70.2%-
XYZ24.6936.0234.51-
YUV145.2130.7179.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.97%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=18.97%
G=44.09%
B=36.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771791500.5700.160.30162.9440.1650.2
Hex4DB396390101Ea32832
Octal11526322671020362435062
Binary100110110110011100101101110010100001111010100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,179,150); }

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

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

 a { background-color: rgb(77,179,150); }

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

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

 span { border-color: rgb(77,179,150); }

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