#38A283

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

Shades of Gossamer #38A283

Tints of Gossamer #38A283

Color information

#38A283 (or 0x38A283) is unknown color: approx Gossamer. HEX triplet: 38, A2 and 83. RGB value is (56,162,131). Sum of RGB (Red+Green+Blue) = 56+162+131=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #38A283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A283 is #C75D7C. Grayscale: #7E7E7E. Windows color (decimal): -13065597 or 8626744. OLE color: 8626744.

HSL color Cylindrical-coordinate representation of color #38A283: hue angle of 162.45º 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 #38A283 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB56162131-
CMYK0.6500.190.36
HSL162.45º48.62%42.75%-
HSV(B)162.45º65.43%63.53%-
XYZ18.6528.3225.96-
YUV126.77130.3877.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=16.05%
G=46.42%
B=37.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621310.6500.190.36162.4548.6242.75
Hex38A2834101324a2312b
Octal70242203101023442426153
Binary1110001010001010000011100000101001110010010100010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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