#118339

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

Shades of Dark Spring Green #118339

Tints of Dark Spring Green #118339

Color information

#118339 (or 0x118339) is unknown color: approx Dark Spring Green. HEX triplet: 11, 83 and 39. RGB value is (17,131,57). Sum of RGB (Red+Green+Blue) = 17+131+57=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #118339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118339 is #EE7CC6. Grayscale: #585858. Windows color (decimal): -15629511 or 3769105. OLE color: 3769105.

HSL color Cylindrical-coordinate representation of color #118339: hue angle of 141.05º 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 #118339 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1713157-
CMYK0.8700.560.49
HSL141.05º77.03%29.02%-
HSV(B)141.05º87.02%51.37%-
XYZ9.0916.656.61-
YUV88.48110.2377.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 131 (51.56% from 255) = 63.90%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=8.29%
G=63.90%
B=27.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17131570.8700.560.49141.0577.0329.02
Hex11833957038318d4d1d
Octal21203711270706121511535
Binary10001100000111110011010111011100011000110001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118339; }

 p { color: rgb(17,131,57); }

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

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

 a { background-color: rgb(17,131,57); }

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

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

 span { border-color: rgb(17,131,57); }

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