#257145

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

Shades of Dark Spring Green #257145

Tints of Dark Spring Green #257145

Color information

#257145 (or 0x257145) is unknown color: approx Dark Spring Green. HEX triplet: 25, 71 and 45. RGB value is (37,113,69). Sum of RGB (Red+Green+Blue) = 37+113+69=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #257145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257145 is #DA8EBA. Grayscale: #555555. Windows color (decimal): -14323387 or 4550949. OLE color: 4550949.

HSL color Cylindrical-coordinate representation of color #257145: hue angle of 145.26º degrees, saturation: 0.51, 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 #257145 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB3711369-
CMYK0.6700.390.56
HSL145.26º50.67%29.41%-
HSV(B)145.26º67.26%44.31%-
XYZ7.7412.637.66-
YUV85.26118.8293.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=16.89%
G=51.60%
B=31.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113690.6700.390.56145.2650.6729.41
Hex257145430273891331d
Octal45161105103047702216335
Binary10010111100011000101100001101001111110001001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257145; }

 p { color: rgb(37,113,69); }

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

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

 a { background-color: rgb(37,113,69); }

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

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

 span { border-color: rgb(37,113,69); }

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