#25706D

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

Shades of Elm #25706D

Tints of Elm #25706D

Color information

#25706D (or 0x25706D) is unknown color: approx Elm. HEX triplet: 25, 70 and 6D. RGB value is (37,112,109). Sum of RGB (Red+Green+Blue) = 37+112+109=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #25706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25706D is #DA8F92. Grayscale: #595959. Windows color (decimal): -14323603 or 7172133. OLE color: 7172133.

HSL color Cylindrical-coordinate representation of color #25706D: hue angle of 177.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25706D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB37112109-
CMYK0.6700.030.56
HSL177.6º50.34%29.22%-
HSV(B)177.6º66.96%43.92%-
XYZ9.3213.0916.5-
YUV89.23139.1590.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=14.34%
G=43.41%
B=42.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371121090.6700.030.56177.650.3429.22
Hex25706D430338b2321d
Octal4516015510303702626235
Binary1001011110000110110110000110111110001011001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,112,109); }

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

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

 a { background-color: rgb(37,112,109); }

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

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

 span { border-color: rgb(37,112,109); }

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