#257373

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

Shades of Elm #257373

Tints of Elm #257373

Color information

#257373 (or 0x257373) is unknown color: approx Elm. HEX triplet: 25, 73 and 73. RGB value is (37,115,115). Sum of RGB (Red+Green+Blue) = 37+115+115=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #257373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257373 is #DA8C8C. Grayscale: #5B5B5B. Windows color (decimal): -14322829 or 7566117. OLE color: 7566117.

HSL color Cylindrical-coordinate representation of color #257373: hue angle of 180º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257373 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37115115-
CMYK0.68000.55
HSL180º51.32%29.8%-
HSV(B)180º67.83%45.1%-
XYZ9.9913.8918.37-
YUV91.68141.1689-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=13.86%
G=43.07%
B=43.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371151150.68000.5518051.3229.8
Hex257373440037b4331e
Octal4516316310400672646336
Binary100101111001111100111000100001101111011010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257373; }

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

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

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

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

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

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

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

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