#4AAC8D

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

Shades of Gossamer #4AAC8D

Tints of Gossamer #4AAC8D

Color information

#4AAC8D (or 0x4AAC8D) is unknown color: approx Gossamer. HEX triplet: 4A, AC and 8D. RGB value is (74,172,141). Sum of RGB (Red+Green+Blue) = 74+172+141=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC8D is #B55372. Grayscale: #8B8B8B. Windows color (decimal): -11883379 or 9284682. OLE color: 9284682.

HSL color Cylindrical-coordinate representation of color #4AAC8D: hue angle of 161.02º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAC8D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB74172141-
CMYK0.5700.180.33
HSL161.02º39.84%48.24%-
HSV(B)161.02º56.98%67.45%-
XYZ22.3832.8830.37-
YUV139.16129.0381.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.12%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=19.12%
G=44.44%
B=36.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741721410.5700.180.33161.0239.8448.24
Hex4AAC8D3901221a12830
Octal11225421571022412415060
Binary1001010101011001000110111100101001010000110100001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,172,141); }

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

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

 a { background-color: rgb(74,172,141); }

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

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

 span { border-color: rgb(74,172,141); }

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