#25786F

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

Shades of Elm #25786F

Tints of Elm #25786F

Color information

#25786F (or 0x25786F) is unknown color: approx Elm. HEX triplet: 25, 78 and 6F. RGB value is (37,120,111). Sum of RGB (Red+Green+Blue) = 37+120+111=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #25786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25786F is #DA8790. Grayscale: #5E5E5E. Windows color (decimal): -14321553 or 7305253. OLE color: 7305253.

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

Color convert

RGB37120111-
CMYK0.6900.080.53
HSL173.49º52.87%30.78%-
HSV(B)173.49º69.17%47.06%-
XYZ10.3514.9717.38-
YUV94.16137.587.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=13.81%
G=44.78%
B=41.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371201110.6900.080.53173.4952.8730.78
Hex25786F450835ad351f
Octal45170157105010652556537
Binary100101111100011011111000101010001101011010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25786F; }

 p { color: rgb(37,120,111); }

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

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

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

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

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

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

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