#38A390

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

Shades of Gossamer #38A390

Tints of Gossamer #38A390

Color information

#38A390 (or 0x38A390) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 90. RGB value is (56,163,144). Sum of RGB (Red+Green+Blue) = 56+163+144=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #38A390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A390 is #C75C6F. Grayscale: #808080. Windows color (decimal): -13065328 or 9478968. OLE color: 9478968.

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

Color convert

RGB56163144-
CMYK0.6600.120.36
HSL169.35º48.86%42.94%-
HSV(B)169.35º65.64%63.92%-
XYZ19.7629.0530.95-
YUV128.84136.5576.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=15.43%
G=44.90%
B=39.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631440.6600.120.36169.3548.8642.94
Hex38A390420C24a9312b
Octal70243220102014442516153
Binary111000101000111001000010000100110010010010101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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