#279680

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

Shades of Gossamer #279680

Tints of Gossamer #279680

Color information

#279680 (or 0x279680) is unknown color: approx Gossamer. HEX triplet: 27, 96 and 80. RGB value is (39,150,128). Sum of RGB (Red+Green+Blue) = 39+150+128=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #279680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279680 is #D8697F. Grayscale: #727272. Windows color (decimal): -14182784 or 8427047. OLE color: 8427047.

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

Color convert

RGB39150128-
CMYK0.7400.150.41
HSL168.11º58.73%37.06%-
HSV(B)168.11º74%58.82%-
XYZ15.6423.824.19-
YUV114.3135.7374.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=12.30%
G=47.32%
B=40.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391501280.7400.150.41168.1158.7337.06
Hex2796804A0F29a83b25
Octal47226200112017512507345
Binary100111100101101000000010010100111110100110101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279680; }

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

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

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

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

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

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

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

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