#25887D

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

Shades of Elm #25887D

Tints of Elm #25887D

Color information

#25887D (or 0x25887D) is unknown color: approx Elm. HEX triplet: 25, 88 and 7D. RGB value is (37,136,125). Sum of RGB (Red+Green+Blue) = 37+136+125=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #25887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25887D is #DA7782. Grayscale: #696969. Windows color (decimal): -14317443 or 8226853. OLE color: 8226853.

HSL color Cylindrical-coordinate representation of color #25887D: hue angle of 173.33º 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 #25887D is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB37136125-
CMYK0.7300.080.47
HSL173.33º57.23%33.92%-
HSV(B)173.33º72.79%53.33%-
XYZ13.2719.4822.46-
YUV105.14139.279.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=12.42%
G=45.64%
B=41.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371361250.7300.080.47173.3357.2333.92
Hex25887D49082Fad3922
Octal45210175111010572557142
Binary10010110001000111110110010010100010111110101101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25887D; }

 p { color: rgb(37,136,125); }

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

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

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

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

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

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

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