#25776F

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

Shades of Elm #25776F

Tints of Elm #25776F

Color information

#25776F (or 0x25776F) is unknown color: approx Elm. HEX triplet: 25, 77 and 6F. RGB value is (37,119,111). Sum of RGB (Red+Green+Blue) = 37+119+111=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #25776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25776F is #DA8890. Grayscale: #5D5D5D. Windows color (decimal): -14321809 or 7304997. OLE color: 7304997.

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

Color convert

RGB37119111-
CMYK0.6900.070.53
HSL174.15º52.56%30.59%-
HSV(B)174.15º68.91%46.67%-
XYZ10.2314.7317.34-
YUV93.57137.8387.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=13.86%
G=44.57%
B=41.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371191110.6900.070.53174.1552.5630.59
Hex25776F450735ae351f
Octal4516715710507652566537
Binary10010111101111101111100010101111101011010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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