Html Css Color HEX #279580 Gossamer

📋 copy color: '#279580'

red 39 ◦ green 149 ◦ blue 128

#279580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #279580

Tints of Gossamer #279580

RGB

 RED value IS 39 (15.63% 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 value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#279580 (or 0x279580) is known color: 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

RGB 39 149 128 -
CMYK 0.74 0 0.14 0.42
HSL 168.55º 0.59% 0.37% -
HSV(B) 168.55º 0.74% 0.58% -
XYZ 15.48 23.48 24.14 -
YUV 113.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 39 149 128 0.74 0 0.14 0.42 168.55 0.59 0.37
Hex 27 95 80 4A 0 E 2A A9 3B 25
Octal 47 225 200 112 0 16 52 251 73 45
Binary 100111 10010101 10000000 1001010 0 1110 101010 10101001 111011 100101

Color Harmonies of #279580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279580

Black with #279580

Text Example


Text Example

White with #279580

Text Example


Text Example

HTML Codes & Css Web 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>