#278776

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

Shades of Elm #278776

Tints of Elm #278776

Color information

#278776 (or 0x278776) is unknown color: approx Elm. HEX triplet: 27, 87 and 76. RGB value is (39,135,118). Sum of RGB (Red+Green+Blue) = 39+135+118=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #278776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278776 is #D87889. Grayscale: #686868. Windows color (decimal): -14186634 or 7767847. OLE color: 7767847.

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

Color convert

RGB39135118-
CMYK0.7100.130.47
HSL169.38º55.17%34.12%-
HSV(B)169.38º71.11%52.94%-
XYZ12.7719.0720.15-
YUV104.36135.781.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=13.36%
G=46.23%
B=40.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391351180.7100.130.47169.3855.1734.12
Hex278776470D2Fa93722
Octal47207166107015572516742
Binary10011110000111111011010001110110110111110101001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278776; }

 p { color: rgb(39,135,118); }

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

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

 a { background-color: rgb(39,135,118); }

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

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

 span { border-color: rgb(39,135,118); }

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