#4AB18A

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

Shades of Gossamer #4AB18A

Tints of Gossamer #4AB18A

Color information

#4AB18A (or 0x4AB18A) is unknown color: approx Gossamer. HEX triplet: 4A, B1 and 8A. RGB value is (74,177,138). Sum of RGB (Red+Green+Blue) = 74+177+138=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB18A is #B54E75. Grayscale: #8D8D8D. Windows color (decimal): -11882102 or 9089354. OLE color: 9089354.

HSL color Cylindrical-coordinate representation of color #4AB18A: hue angle of 157.28º degrees, saturation: 0.41, 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 #4AB18A is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB74177138-
CMYK0.5800.220.31
HSL157.28º41.04%49.22%-
HSV(B)157.28º58.19%69.41%-
XYZ23.1334.7429.53-
YUV141.76125.8879.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.02%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=19.02%
G=45.50%
B=35.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741771380.5800.220.31157.2841.0449.22
Hex4AB18A3A0161F9d2931
Octal11226121272026372355161
Binary100101010110001100010101110100101101111110011101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,138); }

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

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

 a { background-color: rgb(74,177,138); }

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

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

 span { border-color: rgb(74,177,138); }

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