#278077

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

Shades of Elm #278077

Tints of Elm #278077

Color information

#278077 (or 0x278077) is unknown color: approx Elm. HEX triplet: 27, 80 and 77. RGB value is (39,128,119). Sum of RGB (Red+Green+Blue) = 39+128+119=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #278077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278077 is #D87F88. Grayscale: #646464. Windows color (decimal): -14188425 or 7831591. OLE color: 7831591.

HSL color Cylindrical-coordinate representation of color #278077: hue angle of 173.93º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278077 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB39128119-
CMYK0.7000.070.50
HSL173.93º53.29%32.75%-
HSV(B)173.93º69.53%50.2%-
XYZ11.8917.220.15-
YUV100.36138.5184.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.64%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=13.64%
G=44.76%
B=41.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391281190.7000.070.50173.9353.2932.75
Hex278077460732ae3521
Octal4720016710607622566541
Binary1001111000000011101111000110011111001010101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278077; }

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

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

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

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

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

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

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

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