#318A80

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

Shades of Elm #318A80

Tints of Elm #318A80

Color information

#318A80 (or 0x318A80) is unknown color: approx Elm. HEX triplet: 31, 8A and 80. RGB value is (49,138,128). Sum of RGB (Red+Green+Blue) = 49+138+128=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #318A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318A80 is #CE757F. Grayscale: #6E6E6E. Windows color (decimal): -13530496 or 8423985. OLE color: 8423985.

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

Color convert

RGB49138128-
CMYK0.6400.070.46
HSL173.26º47.59%36.67%-
HSV(B)173.26º64.49%54.12%-
XYZ14.2520.3923.61-
YUV110.25138.0184.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=15.56%
G=43.81%
B=40.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491381280.6400.070.46173.2647.5936.67
Hex318A8040072Ead3025
Octal6121220010007562556045
Binary11000110001010100000001000000011110111010101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,138,128); }

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

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

 a { background-color: rgb(49,138,128); }

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

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

 span { border-color: rgb(49,138,128); }

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