#25756E

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

Shades of Elm #25756E

Tints of Elm #25756E

Color information

#25756E (or 0x25756E) is unknown color: approx Elm. HEX triplet: 25, 75 and 6E. RGB value is (37,117,110). Sum of RGB (Red+Green+Blue) = 37+117+110=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #25756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25756E is #DA8A91. Grayscale: #5C5C5C. Windows color (decimal): -14322322 or 7238949. OLE color: 7238949.

HSL color Cylindrical-coordinate representation of color #25756E: hue angle of 174.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25756E is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB37117110-
CMYK0.6800.060.54
HSL174.75º51.95%30.2%-
HSV(B)174.75º68.38%45.88%-
XYZ9.9414.2416.98-
YUV92.2813888.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=14.02%
G=44.32%
B=41.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371171100.6800.060.54174.7551.9530.2
Hex25756E440636af341e
Octal4516515610406662576436
Binary10010111101011101110100010001101101101010111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,117,110); }

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

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

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

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

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

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

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