#318278

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

Shades of Elm #318278

Tints of Elm #318278

Color information

#318278 (or 0x318278) is unknown color: approx Elm. HEX triplet: 31, 82 and 78. RGB value is (49,130,120). Sum of RGB (Red+Green+Blue) = 49+130+120=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #318278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318278 is #CE7D87. Grayscale: #686868. Windows color (decimal): -13532552 or 7897649. OLE color: 7897649.

HSL color Cylindrical-coordinate representation of color #318278: hue angle of 172.59º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318278 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB49130120-
CMYK0.6200.080.49
HSL172.59º45.25%35.1%-
HSV(B)172.59º62.31%50.98%-
XYZ12.6417.9720.57-
YUV104.64136.6688.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=16.39%
G=43.48%
B=40.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301200.6200.080.49172.5945.2535.1
Hex3182783E0831ad2d23
Octal6120217076010612555543
Binary1100011000001011110001111100100011000110101101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318278; }

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

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

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

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

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

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

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

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