#278377

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

Shades of Elm #278377

Tints of Elm #278377

Color information

#278377 (or 0x278377) is unknown color: approx Elm. HEX triplet: 27, 83 and 77. RGB value is (39,131,119). Sum of RGB (Red+Green+Blue) = 39+131+119=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #278377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278377 is #D87C88. Grayscale: #666666. Windows color (decimal): -14187657 or 7832359. OLE color: 7832359.

HSL color Cylindrical-coordinate representation of color #278377: hue angle of 172.17º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278377 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB39131119-
CMYK0.7000.090.49
HSL172.17º54.12%33.33%-
HSV(B)172.17º70.23%51.37%-
XYZ12.281820.28-
YUV102.12137.5282.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=13.49%
G=45.33%
B=41.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391311190.7000.090.49172.1754.1233.33
Hex278377460931ac3621
Octal47203167106011612546641
Binary10011110000011111011110001100100111000110101100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278377; }

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

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

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

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

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

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

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

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