#257C70

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

Shades of Elm #257C70

Tints of Elm #257C70

Color information

#257C70 (or 0x257C70) is unknown color: approx Elm. HEX triplet: 25, 7C and 70. RGB value is (37,124,112). Sum of RGB (Red+Green+Blue) = 37+124+112=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #257C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C70 is #DA838F. Grayscale: #606060. Windows color (decimal): -14320528 or 7371813. OLE color: 7371813.

HSL color Cylindrical-coordinate representation of color #257C70: hue angle of 171.72º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C70 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB37124112-
CMYK0.7000.100.51
HSL171.72º54.04%31.57%-
HSV(B)171.72º70.16%48.63%-
XYZ10.915.9817.84-
YUV96.62136.6885.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=13.55%
G=45.42%
B=41.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371241120.7000.100.51171.7254.0431.57
Hex257C70460A33ac3620
Octal45174160106012632546640
Binary1001011111100111000010001100101011001110101100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257C70; }

 p { color: rgb(37,124,112); }

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

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

 a { background-color: rgb(37,124,112); }

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

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

 span { border-color: rgb(37,124,112); }

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