#279080

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

Shades of Elm #279080

Tints of Elm #279080

Color information

#279080 (or 0x279080) is unknown color: approx Elm. HEX triplet: 27, 90 and 80. RGB value is (39,144,128). Sum of RGB (Red+Green+Blue) = 39+144+128=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #279080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279080 is #D86F7F. Grayscale: #6E6E6E. Windows color (decimal): -14184320 or 8425511. OLE color: 8425511.

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

Color convert

RGB39144128-
CMYK0.7300.110.44
HSL170.86º57.38%35.88%-
HSV(B)170.86º72.92%56.47%-
XYZ14.7121.9423.88-
YUV110.78137.7176.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=12.54%
G=46.30%
B=41.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal391441280.7300.110.44170.8657.3835.88
Hex279080490B2Cab3924
Octal47220200111013542537144
Binary100111100100001000000010010010101110110010101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279080; }

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

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

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

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

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

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

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

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