#278678

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

Shades of Elm #278678

Tints of Elm #278678

Color information

#278678 (or 0x278678) is unknown color: approx Elm. HEX triplet: 27, 86 and 78. RGB value is (39,134,120). Sum of RGB (Red+Green+Blue) = 39+134+120=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #278678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278678 is #D87987. Grayscale: #676767. Windows color (decimal): -14186888 or 7898663. OLE color: 7898663.

HSL color Cylindrical-coordinate representation of color #278678: hue angle of 171.16º 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 #278678 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB39134120-
CMYK0.7100.100.47
HSL171.16º54.91%33.92%-
HSV(B)171.16º70.9%52.55%-
XYZ12.7518.8420.73-
YUV104137.0381.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=13.31%
G=45.73%
B=40.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341200.7100.100.47171.1654.9133.92
Hex278678470A2Fab3722
Octal47206170107012572536742
Binary10011110000110111100010001110101010111110101011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278678; }

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

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

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

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

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

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

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

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