#4AB38B

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

Shades of Keppel #4AB38B

Tints of Keppel #4AB38B

Color information

#4AB38B (or 0x4AB38B) is unknown color: approx Keppel. HEX triplet: 4A, B3 and 8B. RGB value is (74,179,139). Sum of RGB (Red+Green+Blue) = 74+179+139=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB38B is #B54C74. Grayscale: #8F8F8F. Windows color (decimal): -11881589 or 9155402. OLE color: 9155402.

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

Color convert

RGB74179139-
CMYK0.5900.220.30
HSL157.14º41.5%49.61%-
HSV(B)157.14º58.66%70.2%-
XYZ23.635.5630.05-
YUV143.04125.7178.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 179 (70.31% from 255) = 45.66%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=18.88%
G=45.66%
B=35.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741791390.5900.220.30157.1441.549.61
Hex4AB38B3B0161E9d2a32
Octal11226321373026362355262
Binary100101010110011100010111110110101101111010011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,179,139); }

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

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

 a { background-color: rgb(74,179,139); }

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

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

 span { border-color: rgb(74,179,139); }

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