#38917e

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

Shades of Gossamer #38917E

Tints of Gossamer #38917E

Color information

#38917E (or 0x38917E) is unknown color: approx Gossamer. HEX triplet: 38, 91 and 7E. RGB value is (56,145,126). Sum of RGB (Red+Green+Blue) = 56+145+126=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #38917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38917E is #C76E81. Grayscale: #747474. Windows color (decimal): -13069954 or 8294712. OLE color: 8294712.

HSL color Cylindrical-coordinate representation of color #38917E: hue angle of 167.19º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38917E is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB56145126-
CMYK0.6100.130.43
HSL167.19º44.28%39.41%-
HSV(B)167.19º61.38%56.86%-
XYZ15.5222.623.28-
YUV116.22133.5185.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=17.13%
G=44.34%
B=38.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561451260.6100.130.43167.1944.2839.41
Hex38917E3D0D2Ba72c27
Octal7022117675015532475447
Binary1110001001000111111101111010110110101110100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38917e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38917e; }

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

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

<style>
 a { background-color: #38917e; }

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

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

<style>
 span { border-color: #38917e; }

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

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