#257970

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

Shades of Elm #257970

Tints of Elm #257970

Color information

#257970 (or 0x257970) is unknown color: approx Elm. HEX triplet: 25, 79 and 70. RGB value is (37,121,112). Sum of RGB (Red+Green+Blue) = 37+121+112=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #257970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257970 is #DA868F. Grayscale: #5E5E5E. Windows color (decimal): -14321296 or 7371045. OLE color: 7371045.

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

Color convert

RGB37121112-
CMYK0.6900.070.53
HSL173.57º53.16%30.98%-
HSV(B)173.57º69.42%47.45%-
XYZ10.5215.2417.72-
YUV94.86137.6786.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=13.70%
G=44.81%
B=41.48%

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
Decimal371211120.6900.070.53173.5753.1630.98
Hex257970450735ae351f
Octal4517116010507652566537
Binary10010111110011110000100010101111101011010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257970; }

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

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

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

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

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

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

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

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