Html Css Color HEX #279182 Gossamer

📋 copy color: '#279182'

red 39 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #279182

Tints of Gossamer #279182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 12.42%
G = 46.18%
B = 41.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#279182 (or 0x279182) is known color: Gossamer. HEX triplet: 27, 91 and 82. RGB value is (39,145,130). Sum of RGB (Red+Green+Blue) = 39+145+130=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #279182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279182 is #D86E7D. Grayscale: #6F6F6F. Windows color (decimal): -14184062 or 8556839. OLE color: 8556839.

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

Color convert

RGB 39 145 130 -
CMYK 0.73 0 0.10 0.43
HSL 171.51º 0.58% 0.36% -
HSV(B) 171.51º 0.73% 0.57% -
XYZ 14.99 22.29 24.63 -
YUV 111.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 39 145 130 0.73 0 0.10 0.43 171.51 0.58 0.36
Hex 27 91 82 49 0 A 2B AC 3A 24
Octal 47 221 202 111 0 12 53 254 72 44
Binary 100111 10010001 10000010 1001001 0 1010 101011 10101100 111010 100100

Color Harmonies of #279182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279182

Black with #279182

Text Example


Text Example

White with #279182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279182; }

 p { color: rgb(39,145,130); }

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

background-color css

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

 a { background-color: rgb(39,145,130); }

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

border-color css

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

 span { border-color: rgb(39,145,130); }

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