#25817E

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

Shades of Elm #25817E

Tints of Elm #25817E

Color information

#25817E (or 0x25817E) is unknown color: approx Elm. HEX triplet: 25, 81 and 7E. RGB value is (37,129,126). Sum of RGB (Red+Green+Blue) = 37+129+126=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #25817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25817E is #DA7E81. Grayscale: #656565. Windows color (decimal): -14319234 or 8290597. OLE color: 8290597.

HSL color Cylindrical-coordinate representation of color #25817E: hue angle of 178.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25817E is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB37129126-
CMYK0.7100.020.49
HSL178.04º55.42%32.55%-
HSV(B)178.04º71.32%50.59%-
XYZ12.3817.622.48-
YUV101.15142.0282.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 126 (49.61% from 255) = 43.15%
R=12.67%
G=44.18%
B=43.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371291260.7100.020.49178.0455.4232.55
Hex25817E470231b23721
Octal4520117610702612626741
Binary100101100000011111110100011101011000110110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25817E; }

 p { color: rgb(37,129,126); }

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

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

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

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

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

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

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