#278278

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

Shades of Elm #278278

Tints of Elm #278278

Color information

#278278 (or 0x278278) is unknown color: approx Elm. HEX triplet: 27, 82 and 78. RGB value is (39,130,120). Sum of RGB (Red+Green+Blue) = 39+130+120=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #278278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278278 is #D87D87. Grayscale: #656565. Windows color (decimal): -14187912 or 7897639. OLE color: 7897639.

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

Color convert

RGB39130120-
CMYK0.7000.080.49
HSL173.41º53.85%33.14%-
HSV(B)173.41º70%50.98%-
XYZ12.2117.7520.55-
YUV101.65138.3583.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.49%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=13.49%
G=44.98%
B=41.52%

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
Decimal391301200.7000.080.49173.4153.8533.14
Hex278278460831ad3621
Octal47202170106010612556641
Binary10011110000010111100010001100100011000110101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278278; }

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

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

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

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

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

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

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

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