#38A391

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

Shades of Gossamer #38A391

Tints of Gossamer #38A391

Color information

#38A391 (or 0x38A391) is unknown color: approx Gossamer. HEX triplet: 38, A3 and 91. RGB value is (56,163,145). Sum of RGB (Red+Green+Blue) = 56+163+145=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #38A391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A391 is #C75C6E. Grayscale: #808080. Windows color (decimal): -13065327 or 9544504. OLE color: 9544504.

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

Color convert

RGB56163145-
CMYK0.6600.110.36
HSL169.91º48.86%42.94%-
HSV(B)169.91º65.64%63.92%-
XYZ19.8429.0831.36-
YUV128.95137.0575.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.38%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=15.38%
G=44.78%
B=39.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561631450.6600.110.36169.9148.8642.94
Hex38A391420B24aa312b
Octal70243221102013442526153
Binary111000101000111001000110000100101110010010101010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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