#257870

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

Shades of Elm #257870

Tints of Elm #257870

Color information

#257870 (or 0x257870) is unknown color: approx Elm. HEX triplet: 25, 78 and 70. RGB value is (37,120,112). Sum of RGB (Red+Green+Blue) = 37+120+112=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #257870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257870 is #DA878F. Grayscale: #5E5E5E. Windows color (decimal): -14321552 or 7370789. OLE color: 7370789.

HSL color Cylindrical-coordinate representation of color #257870: hue angle of 174.22º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257870 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB37120112-
CMYK0.6900.070.53
HSL174.22º52.87%30.78%-
HSV(B)174.22º69.17%47.06%-
XYZ10.41517.68-
YUV94.2713887.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=13.75%
G=44.61%
B=41.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371201120.6900.070.53174.2252.8730.78
Hex257870450735ae351f
Octal4517016010507652566537
Binary10010111110001110000100010101111101011010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257870; }

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

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

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

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

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

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

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

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