#257572

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

Shades of Elm #257572

Tints of Elm #257572

Color information

#257572 (or 0x257572) is unknown color: approx Elm. HEX triplet: 25, 75 and 72. RGB value is (37,117,114). Sum of RGB (Red+Green+Blue) = 37+117+114=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #257572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257572 is #DA8A8D. Grayscale: #5C5C5C. Windows color (decimal): -14322318 or 7501093. OLE color: 7501093.

HSL color Cylindrical-coordinate representation of color #257572: hue angle of 177.75º 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 #257572 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB37117114-
CMYK0.6800.030.54
HSL177.75º51.95%30.2%-
HSV(B)177.75º68.38%45.88%-
XYZ10.1614.3318.15-
YUV92.7414088.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=13.81%
G=43.66%
B=42.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371171140.6800.030.54177.7551.9530.2
Hex257572440336b2341e
Octal4516516210403662626436
Binary1001011110101111001010001000111101101011001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257572; }

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

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

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

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

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

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

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

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