#4AA28A

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

Shades of Gossamer #4AA28A

Tints of Gossamer #4AA28A

Color information

#4AA28A (or 0x4AA28A) is unknown color: approx Gossamer. HEX triplet: 4A, A2 and 8A. RGB value is (74,162,138). Sum of RGB (Red+Green+Blue) = 74+162+138=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA28A is #B55D75. Grayscale: #848484. Windows color (decimal): -11885942 or 9085514. OLE color: 9085514.

HSL color Cylindrical-coordinate representation of color #4AA28A: hue angle of 163.64º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA28A is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB74162138-
CMYK0.5400.150.36
HSL163.64º37.29%46.27%-
HSV(B)163.64º54.32%63.53%-
XYZ20.3329.1328.6-
YUV132.95130.8585.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.79%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=19.79%
G=43.32%
B=36.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741621380.5400.150.36163.6437.2946.27
Hex4AA28A360F24a4252e
Octal11224221266017442444556
Binary100101010100010100010101101100111110010010100100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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