#38978A

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

Shades of Gossamer #38978A

Tints of Gossamer #38978A

Color information

#38978A (or 0x38978A) is unknown color: approx Gossamer. HEX triplet: 38, 97 and 8A. RGB value is (56,151,138). Sum of RGB (Red+Green+Blue) = 56+151+138=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #38978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38978A is #C76875. Grayscale: #797979. Windows color (decimal): -13068406 or 9082680. OLE color: 9082680.

HSL color Cylindrical-coordinate representation of color #38978A: hue angle of 171.79º 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 #38978A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB56151138-
CMYK0.6300.090.41
HSL171.79º45.89%40.59%-
HSV(B)171.79º62.91%59.22%-
XYZ17.2824.8127.92-
YUV121.11137.5381.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 151 (59.38% from 255) = 43.77%
BLUE value IS 138 (54.30% from 255) = 40%
R=16.23%
G=43.77%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511380.6300.090.41171.7945.8940.59
Hex38978A3F0929ac2e29
Octal7022721277011512545651
Binary11100010010111100010101111110100110100110101100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38978A; }

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

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

<style>
 a { background-color: #38978A; }

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

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

<style>
 span { border-color: #38978A; }

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

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