Html Css Color HEX #279380 Gossamer

📋 copy color: '#279380'

red 39 ◦ green 147 ◦ blue 128

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

Shades of Gossamer #279380

Tints of Gossamer #279380

RGB

 RED value IS 39 (15.63% from 255) = 12.42%

 GREEN value IS 147 (57.81% from 255) = 46.82%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 12.42%
G = 46.82%
B = 40.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#279380 (or 0x279380) is known color: Gossamer. HEX triplet: 27, 93 and 80. RGB value is (39,147,128). Sum of RGB (Red+Green+Blue) = 39+147+128=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #279380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279380 is #D86C7F. Grayscale: #707070. Windows color (decimal): -14183552 or 8426279. OLE color: 8426279.

HSL color Cylindrical-coordinate representation of color #279380: hue angle of 169.44º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279380 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 147 128 -
CMYK 0.73 0 0.13 0.42
HSL 169.44º 0.58% 0.36% -
HSV(B) 169.44º 0.73% 0.58% -
XYZ 15.17 22.86 24.03 -
YUV 112.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 39 147 128 0.73 0 0.13 0.42 169.44 0.58 0.36
Hex 27 93 80 49 0 D 2A A9 3A 24
Octal 47 223 200 111 0 15 52 251 72 44
Binary 100111 10010011 10000000 1001001 0 1101 101010 10101001 111010 100100

Color Harmonies of #279380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279380

Black with #279380

Text Example


Text Example

White with #279380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279380; }

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

 H1.HeaderClassName
 {
   color: #279380;
 }
 .AnyTagClassName
 {
   color: #279380;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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