#318A7A

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

Shades of Elm #318A7A

Tints of Elm #318A7A

Color information

#318A7A (or 0x318A7A) is unknown color: approx Elm. HEX triplet: 31, 8A and 7A. RGB value is (49,138,122). Sum of RGB (Red+Green+Blue) = 49+138+122=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #318A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A7A is #CE7585. Grayscale: #6D6D6D. Windows color (decimal): -13530502 or 8030769. OLE color: 8030769.

HSL color Cylindrical-coordinate representation of color #318A7A: hue angle of 169.21º 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 #318A7A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB49138122-
CMYK0.6400.120.46
HSL169.21º47.59%36.67%-
HSV(B)169.21º64.49%54.12%-
XYZ13.8720.2421.59-
YUV109.56135.0184.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=15.86%
G=44.66%
B=39.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491381220.6400.120.46169.2147.5936.67
Hex318A7A400C2Ea93025
Octal61212172100014562516045
Binary11000110001010111101010000000110010111010101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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