#278878

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

Shades of Elm #278878

Tints of Elm #278878

Color information

#278878 (or 0x278878) is unknown color: approx Elm. HEX triplet: 27, 88 and 78. RGB value is (39,136,120). Sum of RGB (Red+Green+Blue) = 39+136+120=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #278878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278878 is #D87787. Grayscale: #696969. Windows color (decimal): -14186376 or 7899175. OLE color: 7899175.

HSL color Cylindrical-coordinate representation of color #278878: hue angle of 170.1º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278878 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB39136120-
CMYK0.7100.120.47
HSL170.1º55.43%34.31%-
HSV(B)170.1º71.32%53.33%-
XYZ13.0319.420.83-
YUV105.17136.3680.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=13.22%
G=46.10%
B=40.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391361200.7100.120.47170.155.4334.31
Hex278878470C2Faa3722
Octal47210170107014572526742
Binary10011110001000111100010001110110010111110101010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278878; }

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

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

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

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

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

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

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

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