#38977C

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

Shades of Gossamer #38977C

Tints of Gossamer #38977C

Color information

#38977C (or 0x38977C) is unknown color: approx Gossamer. HEX triplet: 38, 97 and 7C. RGB value is (56,151,124). Sum of RGB (Red+Green+Blue) = 56+151+124=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #38977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38977C is #C76883. Grayscale: #777777. Windows color (decimal): -13068420 or 8165176. OLE color: 8165176.

HSL color Cylindrical-coordinate representation of color #38977C: hue angle of 162.95º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38977C is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB56151124-
CMYK0.6300.180.41
HSL162.95º45.89%40.59%-
HSV(B)162.95º62.91%59.22%-
XYZ16.3424.4322.92-
YUV119.52130.5382.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=16.92%
G=45.62%
B=37.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511240.6300.180.41162.9545.8940.59
Hex38977C3F01229a32e29
Octal7022717477022512435651
Binary11100010010111111110011111101001010100110100011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38977C; }

 p { color: rgb(56,151,124); }

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

<style>
 a { background-color: #38977C; }

 a { background-color: rgb(56,151,124); }

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

<style>
 span { border-color: #38977C; }

 span { border-color: rgb(56,151,124); }

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