#157640

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

Shades of Dark Spring Green #157640

Tints of Dark Spring Green #157640

Color information

#157640 (or 0x157640) is unknown color: approx Dark Spring Green. HEX triplet: 15, 76 and 40. RGB value is (21,118,64). Sum of RGB (Red+Green+Blue) = 21+118+64=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #157640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157640 is #EA89BF. Grayscale: #525252. Windows color (decimal): -15370688 or 4224533. OLE color: 4224533.

HSL color Cylindrical-coordinate representation of color #157640: hue angle of 146.6º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157640 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB2111864-
CMYK0.8200.460.54
HSL146.6º69.78%27.25%-
HSV(B)146.6º82.2%46.27%-
XYZ7.7113.497.05-
YUV82.84117.3683.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=10.34%
G=58.13%
B=31.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118640.8200.460.54146.669.7827.25
Hex1576405202E3693461b
Octal251661001220566622310633
Binary10101111011010000001010010010111011011010010011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157640; }

 p { color: rgb(21,118,64); }

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

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

 a { background-color: rgb(21,118,64); }

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

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

 span { border-color: rgb(21,118,64); }

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