#38A079

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

Shades of Gossamer #38A079

Tints of Gossamer #38A079

Color information

#38A079 (or 0x38A079) is unknown color: approx Gossamer. HEX triplet: 38, A0 and 79. RGB value is (56,160,121). Sum of RGB (Red+Green+Blue) = 56+160+121=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #38A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A079 is #C75F86. Grayscale: #7C7C7C. Windows color (decimal): -13066119 or 7970872. OLE color: 7970872.

HSL color Cylindrical-coordinate representation of color #38A079: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A079 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB56160121-
CMYK0.6500.240.37
HSL157.5º48.15%42.35%-
HSV(B)157.5º65%62.75%-
XYZ17.6527.3622.44-
YUV124.46126.0479.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=16.62%
G=47.48%
B=35.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal561601210.6500.240.37157.548.1542.35
Hex38A07941018259e302a
Octal70240171101030452366052
Binary111000101000001111001100000101100010010110011110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A079; }

 p { color: rgb(56,160,121); }

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

<style>
 a { background-color: #38A079; }

 a { background-color: rgb(56,160,121); }

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

<style>
 span { border-color: #38A079; }

 span { border-color: rgb(56,160,121); }

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