#257348

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

Shades of Dark Spring Green #257348

Tints of Dark Spring Green #257348

Color information

#257348 (or 0x257348) is unknown color: approx Dark Spring Green. HEX triplet: 25, 73 and 48. RGB value is (37,115,72). Sum of RGB (Red+Green+Blue) = 37+115+72=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #257348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257348 is #DA8CB7. Grayscale: #565656. Windows color (decimal): -14322872 or 4748069. OLE color: 4748069.

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

Color convert

RGB3711572-
CMYK0.6800.370.55
HSL146.92º51.32%29.8%-
HSV(B)146.92º67.83%45.1%-
XYZ8.0613.128.24-
YUV86.78119.6692.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=16.52%
G=51.34%
B=32.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115720.6800.370.55146.9251.3229.8
Hex257348440253793331e
Octal45163110104045672236336
Binary10010111100111001000100010001001011101111001001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257348; }

 p { color: rgb(37,115,72); }

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

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

 a { background-color: rgb(37,115,72); }

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

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

 span { border-color: rgb(37,115,72); }

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