#257971

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

Shades of Elm #257971

Tints of Elm #257971

Color information

#257971 (or 0x257971) is unknown color: approx Elm. HEX triplet: 25, 79 and 71. RGB value is (37,121,113). Sum of RGB (Red+Green+Blue) = 37+121+113=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #257971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257971 is #DA868E. Grayscale: #5E5E5E. Windows color (decimal): -14321295 or 7436581. OLE color: 7436581.

HSL color Cylindrical-coordinate representation of color #257971: hue angle of 174.29º 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 #257971 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB37121113-
CMYK0.6900.070.53
HSL174.29º53.16%30.98%-
HSV(B)174.29º69.42%47.45%-
XYZ10.5815.2618.01-
YUV94.97138.1786.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 121 (47.66% from 255) = 44.65%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=13.65%
G=44.65%
B=41.70%

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
Decimal371211130.6900.070.53174.2953.1630.98
Hex257971450735ae351f
Octal4517116110507652566537
Binary10010111110011110001100010101111101011010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257971; }

 p { color: rgb(37,121,113); }

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

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

 a { background-color: rgb(37,121,113); }

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

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

 span { border-color: rgb(37,121,113); }

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