#4BA28A

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

Shades of Gossamer #4BA28A

Tints of Gossamer #4BA28A

Color information

#4BA28A (or 0x4BA28A) is unknown color: approx Gossamer. HEX triplet: 4B, A2 and 8A. RGB value is (75,162,138). Sum of RGB (Red+Green+Blue) = 75+162+138=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA28A is #B45D75. Grayscale: #858585. Windows color (decimal): -11820406 or 9085515. OLE color: 9085515.

HSL color Cylindrical-coordinate representation of color #4BA28A: hue angle of 163.45º 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 #4BA28A is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB75162138-
CMYK0.5400.150.36
HSL163.45º36.71%46.47%-
HSV(B)163.45º53.7%63.53%-
XYZ20.4129.1728.6-
YUV133.25130.6886.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=20%
G=43.2%
B=36.8%

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
Decimal751621380.5400.150.36163.4536.7146.47
Hex4BA28A360F24a3252e
Octal11324221266017442434556
Binary100101110100010100010101101100111110010010100011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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