#318478

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

Shades of Elm #318478

Tints of Elm #318478

Color information

#318478 (or 0x318478) is unknown color: approx Elm. HEX triplet: 31, 84 and 78. RGB value is (49,132,120). Sum of RGB (Red+Green+Blue) = 49+132+120=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #318478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318478 is #CE7B87. Grayscale: #696969. Windows color (decimal): -13532040 or 7898161. OLE color: 7898161.

HSL color Cylindrical-coordinate representation of color #318478: hue angle of 171.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318478 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB49132120-
CMYK0.6300.090.48
HSL171.33º45.86%35.49%-
HSV(B)171.33º62.88%51.76%-
XYZ12.9118.5120.66-
YUV105.8213687.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=16.28%
G=43.85%
B=39.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491321200.6300.090.48171.3345.8635.49
Hex3184783F0930ab2e23
Octal6120417077011602535643
Binary1100011000010011110001111110100111000010101011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318478; }

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

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

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

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

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

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

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

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