#257570

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

Shades of Elm #257570

Tints of Elm #257570

Color information

#257570 (or 0x257570) is unknown color: approx Elm. HEX triplet: 25, 75 and 70. RGB value is (37,117,112). Sum of RGB (Red+Green+Blue) = 37+117+112=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #257570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257570 is #DA8A8F. Grayscale: #5C5C5C. Windows color (decimal): -14322320 or 7370021. OLE color: 7370021.

HSL color Cylindrical-coordinate representation of color #257570: hue angle of 176.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257570 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB37117112-
CMYK0.6800.040.54
HSL176.25º51.95%30.2%-
HSV(B)176.25º68.38%45.88%-
XYZ10.0514.2917.56-
YUV92.5113988.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=13.91%
G=43.98%
B=42.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371171120.6800.040.54176.2551.9530.2
Hex257570440436b0341e
Octal4516516010404662606436
Binary10010111101011110000100010001001101101011000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257570; }

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

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

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

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

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

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

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

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