#25756F

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

Shades of Elm #25756F

Tints of Elm #25756F

Color information

#25756F (or 0x25756F) is unknown color: approx Elm. HEX triplet: 25, 75 and 6F. RGB value is (37,117,111). Sum of RGB (Red+Green+Blue) = 37+117+111=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #25756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25756F is #DA8A90. Grayscale: #5C5C5C. Windows color (decimal): -14322321 or 7304485. OLE color: 7304485.

HSL color Cylindrical-coordinate representation of color #25756F: hue angle of 175.5º 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 #25756F is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB37117111-
CMYK0.6800.050.54
HSL175.5º51.95%30.2%-
HSV(B)175.5º68.38%45.88%-
XYZ9.9914.2617.27-
YUV92.4138.588.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=13.96%
G=44.15%
B=41.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371171110.6800.050.54175.551.9530.2
Hex25756F440536b0341e
Octal4516515710405662606436
Binary10010111101011101111100010001011101101011000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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