#118137

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

Shades of Dark Spring Green #118137

Tints of Dark Spring Green #118137

Color information

#118137 (or 0x118137) is unknown color: approx Dark Spring Green. HEX triplet: 11, 81 and 37. RGB value is (17,129,55). Sum of RGB (Red+Green+Blue) = 17+129+55=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #118137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118137 is #EE7EC8. Grayscale: #575757. Windows color (decimal): -15630025 or 3637521. OLE color: 3637521.

HSL color Cylindrical-coordinate representation of color #118137: hue angle of 140.36º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118137 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1712955-
CMYK0.8700.570.49
HSL140.36º76.71%28.63%-
HSV(B)140.36º86.82%50.59%-
XYZ8.7716.16.26-
YUV87.08109.8978.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 129 (50.78% from 255) = 64.18%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=8.46%
G=64.18%
B=27.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129550.8700.570.49140.3676.7128.63
Hex11813757039318c4d1d
Octal21201671270716121411535
Binary10001100000011101111010111011100111000110001100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118137; }

 p { color: rgb(17,129,55); }

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

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

 a { background-color: rgb(17,129,55); }

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

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

 span { border-color: rgb(17,129,55); }

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