#38A379

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

Shades of Gossamer #38A379

Tints of Gossamer #38A379

Color information

#38A379 (or 0x38A379) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 79. RGB value is (56,163,121). Sum of RGB (Red+Green+Blue) = 56+163+121=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #38A379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A379 is #C75C86. Grayscale: #7E7E7E. Windows color (decimal): -13065351 or 7971640. OLE color: 7971640.

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

Color convert

RGB56163121-
CMYK0.6600.260.36
HSL156.45º48.86%42.94%-
HSV(B)156.45º65.64%63.92%-
XYZ18.1828.4222.62-
YUV126.22125.0577.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=16.47%
G=47.94%
B=35.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631210.6600.260.36156.4548.8642.94
Hex38A3794201A249c312b
Octal70243171102032442346153
Binary111000101000111111001100001001101010010010011100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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