#257972

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

Shades of Elm #257972

Tints of Elm #257972

Color information

#257972 (or 0x257972) is unknown color: approx Elm. HEX triplet: 25, 79 and 72. RGB value is (37,121,114). Sum of RGB (Red+Green+Blue) = 37+121+114=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #257972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257972 is #DA868D. Grayscale: #5F5F5F. Windows color (decimal): -14321294 or 7502117. OLE color: 7502117.

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

Color convert

RGB37121114-
CMYK0.6900.060.53
HSL175º53.16%30.98%-
HSV(B)175º69.42%47.45%-
XYZ10.6415.2818.31-
YUV95.09138.6786.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=13.60%
G=44.49%
B=41.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371211140.6900.060.5317553.1630.98
Hex257972450635af351f
Octal4517116210506652576537
Binary10010111110011110010100010101101101011010111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257972; }

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

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

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

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

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

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

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

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