#318C82

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

Shades of Elm #318C82

Tints of Elm #318C82

Color information

#318C82 (or 0x318C82) is unknown color: approx Elm. HEX triplet: 31, 8C and 82. RGB value is (49,140,130). Sum of RGB (Red+Green+Blue) = 49+140+130=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #318C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C82 is #CE737D. Grayscale: #6F6F6F. Windows color (decimal): -13529982 or 8555569. OLE color: 8555569.

HSL color Cylindrical-coordinate representation of color #318C82: hue angle of 173.41º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C82 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB49140130-
CMYK0.6500.070.45
HSL173.41º48.15%37.06%-
HSV(B)173.41º65%54.9%-
XYZ14.6721.0224.4-
YUV111.65138.3583.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=15.36%
G=43.89%
B=40.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491401300.6500.070.45173.4148.1537.06
Hex318C8241072Dad3025
Octal6121420210107552556045
Binary11000110001100100000101000001011110110110101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318C82; }

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

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

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

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

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

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

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

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