#257249

Color #257249 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #257249

Tints of Dark Spring Green #257249

Color information

#257249 (or 0x257249) is unknown color: approx Dark Spring Green. HEX triplet: 25, 72 and 49. RGB value is (37,114,73). Sum of RGB (Red+Green+Blue) = 37+114+73=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #257249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257249 is #DA8DB6. Grayscale: #565656. Windows color (decimal): -14323127 or 4813349. OLE color: 4813349.

HSL color Cylindrical-coordinate representation of color #257249: hue angle of 148.05º degrees, saturation: 0.51, 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 #257249 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB3711473-
CMYK0.6800.360.55
HSL148.05º50.99%29.61%-
HSV(B)148.05º67.54%44.71%-
XYZ7.9812.918.37-
YUV86.3120.4992.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=16.52%
G=50.89%
B=32.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114730.6800.360.55148.0550.9929.61
Hex257249440243794331e
Octal45162111104044672246336
Binary10010111100101001001100010001001001101111001010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257249; }

 p { color: rgb(37,114,73); }

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

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

 a { background-color: rgb(37,114,73); }

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

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

 span { border-color: rgb(37,114,73); }

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