#25877B

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

Shades of Elm #25877B

Tints of Elm #25877B

Color information

#25877B (or 0x25877B) is unknown color: approx Elm. HEX triplet: 25, 87 and 7B. RGB value is (37,135,123). Sum of RGB (Red+Green+Blue) = 37+135+123=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #25877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25877B is #DA7884. Grayscale: #686868. Windows color (decimal): -14317701 or 8095525. OLE color: 8095525.

HSL color Cylindrical-coordinate representation of color #25877B: hue angle of 172.65º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25877B is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB37135123-
CMYK0.7300.090.47
HSL172.65º56.98%33.73%-
HSV(B)172.65º72.59%52.94%-
XYZ1319.1521.75-
YUV104.33138.5379.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=12.54%
G=45.76%
B=41.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371351230.7300.090.47172.6556.9833.73
Hex25877B49092Fad3922
Octal45207173111011572557142
Binary10010110000111111101110010010100110111110101101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25877B; }

 p { color: rgb(37,135,123); }

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

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

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

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

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

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

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