#39968A

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

Shades of Gossamer #39968A

Tints of Gossamer #39968A

Color information

#39968A (or 0x39968A) is unknown color: approx Gossamer. HEX triplet: 39, 96 and 8A. RGB value is (57,150,138). Sum of RGB (Red+Green+Blue) = 57+150+138=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #39968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39968A is #C66975. Grayscale: #787878. Windows color (decimal): -13003126 or 9082425. OLE color: 9082425.

HSL color Cylindrical-coordinate representation of color #39968A: hue angle of 172.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39968A is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB57150138-
CMYK0.6200.080.41
HSL172.26º44.93%40.59%-
HSV(B)172.26º62%58.82%-
XYZ17.1824.5227.87-
YUV120.82137.6982.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.52%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 138 (54.30% from 255) = 40%
R=16.52%
G=43.48%
B=40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501380.6200.080.41172.2644.9340.59
Hex39968A3E0829ac2d29
Octal7122621276010512545551
Binary11100110010110100010101111100100010100110101100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,150,138); }

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

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

 a { background-color: rgb(57,150,138); }

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

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

 span { border-color: rgb(57,150,138); }

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