#38957D

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

Shades of Gossamer #38957D

Tints of Gossamer #38957D

Color information

#38957D (or 0x38957D) is unknown color: approx Gossamer. HEX triplet: 38, 95 and 7D. RGB value is (56,149,125). Sum of RGB (Red+Green+Blue) = 56+149+125=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #38957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38957D is #C76A82. Grayscale: #767676. Windows color (decimal): -13068931 or 8230200. OLE color: 8230200.

HSL color Cylindrical-coordinate representation of color #38957D: hue angle of 164.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38957D is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB56149125-
CMYK0.6200.160.42
HSL164.52º45.37%40.2%-
HSV(B)164.52º62.42%58.43%-
XYZ16.0823.8223.15-
YUV118.46131.6983.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=16.97%
G=45.15%
B=37.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561491250.6200.160.42164.5245.3740.2
Hex38957D3E0102Aa52d28
Octal7022517576020522455550
Binary11100010010101111110111111001000010101010100101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38957D; }

 p { color: rgb(56,149,125); }

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

<style>
 a { background-color: #38957D; }

 a { background-color: rgb(56,149,125); }

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

<style>
 span { border-color: #38957D; }

 span { border-color: rgb(56,149,125); }

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