#257973

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

Shades of Elm #257973

Tints of Elm #257973

Color information

#257973 (or 0x257973) is unknown color: approx Elm. HEX triplet: 25, 79 and 73. RGB value is (37,121,115). Sum of RGB (Red+Green+Blue) = 37+121+115=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #257973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257973 is #DA868C. Grayscale: #5F5F5F. Windows color (decimal): -14321293 or 7567653. OLE color: 7567653.

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

Color convert

RGB37121115-
CMYK0.6900.050.53
HSL175.71º53.16%30.98%-
HSV(B)175.71º69.42%47.45%-
XYZ10.6915.3118.61-
YUV95.2139.1786.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 121 (47.66% from 255) = 44.32%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=13.55%
G=44.32%
B=42.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371211150.6900.050.53175.7153.1630.98
Hex257973450535b0351f
Octal4517116310505652606537
Binary10010111110011110011100010101011101011011000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257973; }

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

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

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

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

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

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

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

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