#279580

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

Shades of Gossamer #279580

Tints of Gossamer #279580

Color information

#279580 (or 0x279580) is unknown color: approx Gossamer. HEX triplet: 27, 95 and 80. RGB value is (39,149,128). Sum of RGB (Red+Green+Blue) = 39+149+128=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #279580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279580 is #D86A7F. Grayscale: #717171. Windows color (decimal): -14183040 or 8426791. OLE color: 8426791.

HSL color Cylindrical-coordinate representation of color #279580: hue angle of 168.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279580 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB39149128-
CMYK0.7400.140.42
HSL168.55º58.51%36.86%-
HSV(B)168.55º73.83%58.43%-
XYZ15.4823.4824.14-
YUV113.72136.0674.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=12.34%
G=47.15%
B=40.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391491280.7400.140.42168.5558.5136.86
Hex2795804A0E2Aa93b25
Octal47225200112016522517345
Binary100111100101011000000010010100111010101010101001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279580; }

 p { color: rgb(39,149,128); }

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

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

 a { background-color: rgb(39,149,128); }

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

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

 span { border-color: rgb(39,149,128); }

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