Html Css Color HEX #279480 Gossamer

📋 copy color: '#279480'

red 39 ◦ green 148 ◦ blue 128

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

Shades of Gossamer #279480

Tints of Gossamer #279480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 12.38%
G = 46.98%
B = 40.63%

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

#279480 (or 0x279480) is known color: Gossamer. HEX triplet: 27, 94 and 80. RGB value is (39,148,128). Sum of RGB (Red+Green+Blue) = 39+148+128=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #279480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279480 is #D86B7F. Grayscale: #717171. Windows color (decimal): -14183296 or 8426535. OLE color: 8426535.

HSL color Cylindrical-coordinate representation of color #279480: hue angle of 168.99º degrees, saturation: 0.58, 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 #279480 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 148 128 -
CMYK 0.74 0 0.14 0.42
HSL 168.99º 0.58% 0.37% -
HSV(B) 168.99º 0.74% 0.58% -
XYZ 15.32 23.17 24.09 -
YUV 113.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 39 148 128 0.74 0 0.14 0.42 168.99 0.58 0.37
Hex 27 94 80 4A 0 E 2A A9 3A 25
Octal 47 224 200 112 0 16 52 251 72 45
Binary 100111 10010100 10000000 1001010 0 1110 101010 10101001 111010 100101

Color Harmonies of #279480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279480

Black with #279480

Text Example


Text Example

White with #279480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279480; }

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

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

background-color css

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

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

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

border-color css

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

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

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