#38A279

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

Shades of Gossamer #38A279

Tints of Gossamer #38A279

Color information

#38A279 (or 0x38A279) is unknown color: approx Gossamer. HEX triplet: 38, A2 and 79. RGB value is (56,162,121). Sum of RGB (Red+Green+Blue) = 56+162+121=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #38A279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A279 is #C75D86. Grayscale: #7D7D7D. Windows color (decimal): -13065607 or 7971384. OLE color: 7971384.

HSL color Cylindrical-coordinate representation of color #38A279: hue angle of 156.79º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A279 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB56162121-
CMYK0.6500.250.36
HSL156.79º48.62%42.75%-
HSV(B)156.79º65.43%63.53%-
XYZ1828.0622.56-
YUV125.63125.3878.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=16.52%
G=47.79%
B=35.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621210.6500.250.36156.7948.6242.75
Hex38A27941019249d312b
Octal70242171101031442356153
Binary111000101000101111001100000101100110010010011101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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