#25746C

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

Shades of Elm #25746C

Tints of Elm #25746C

Color information

#25746C (or 0x25746C) is unknown color: approx Elm. HEX triplet: 25, 74 and 6C. RGB value is (37,116,108). Sum of RGB (Red+Green+Blue) = 37+116+108=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #25746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25746C is #DA8B93. Grayscale: #5B5B5B. Windows color (decimal): -14322580 or 7107621. OLE color: 7107621.

HSL color Cylindrical-coordinate representation of color #25746C: hue angle of 173.92º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25746C is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB37116108-
CMYK0.6800.070.55
HSL173.92º51.63%30%-
HSV(B)173.92º68.1%45.49%-
XYZ9.7213.9716.37-
YUV91.47137.3389.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=14.18%
G=44.44%
B=41.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371161080.6800.070.55173.9251.6330
Hex25746C440737ae341e
Octal4516415410407672566436
Binary10010111101001101100100010001111101111010111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25746C; }

 p { color: rgb(37,116,108); }

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

<style>
 a { background-color: #25746C; }

 a { background-color: rgb(37,116,108); }

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

<style>
 span { border-color: #25746C; }

 span { border-color: rgb(37,116,108); }

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