#118935

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

Shades of Dark Spring Green #118935

Tints of Dark Spring Green #118935

Color information

#118935 (or 0x118935) is unknown color: approx Dark Spring Green. HEX triplet: 11, 89 and 35. RGB value is (17,137,53). Sum of RGB (Red+Green+Blue) = 17+137+53=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #118935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118935 is #EE76CA. Grayscale: #5B5B5B. Windows color (decimal): -15627979 or 3508497. OLE color: 3508497.

HSL color Cylindrical-coordinate representation of color #118935: hue angle of 138º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118935 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1713753-
CMYK0.8800.610.46
HSL138º77.92%30.2%-
HSV(B)138º87.59%53.73%-
XYZ9.8218.276.38-
YUV91.54106.2474.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 137 (53.91% from 255) = 66.18%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=8.21%
G=66.18%
B=25.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17137530.8800.610.4613877.9230.2
Hex1189355803D2E8a4e1e
Octal21211651300755621211636
Binary10001100010011101011011000011110110111010001010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118935; }

 p { color: rgb(17,137,53); }

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

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

 a { background-color: rgb(17,137,53); }

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

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

 span { border-color: rgb(17,137,53); }

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