#278277

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

Shades of Elm #278277

Tints of Elm #278277

Color information

#278277 (or 0x278277) is unknown color: approx Elm. HEX triplet: 27, 82 and 77. RGB value is (39,130,119). Sum of RGB (Red+Green+Blue) = 39+130+119=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #278277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278277 is #D87D88. Grayscale: #656565. Windows color (decimal): -14187913 or 7832103. OLE color: 7832103.

HSL color Cylindrical-coordinate representation of color #278277: hue angle of 172.75º 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 #278277 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB39130119-
CMYK0.7000.080.49
HSL172.75º53.85%33.14%-
HSV(B)172.75º70%50.98%-
XYZ12.1517.7320.23-
YUV101.54137.8583.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=13.54%
G=45.14%
B=41.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391301190.7000.080.49172.7553.8533.14
Hex278277460831ad3621
Octal47202167106010612556641
Binary10011110000010111011110001100100011000110101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278277; }

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

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

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

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

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

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

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

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