#118834

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

Shades of Dark Spring Green #118834

Tints of Dark Spring Green #118834

Color information

#118834 (or 0x118834) is unknown color: approx Dark Spring Green. HEX triplet: 11, 88 and 34. RGB value is (17,136,52). Sum of RGB (Red+Green+Blue) = 17+136+52=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #118834 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118834 is #EE77CB. Grayscale: #5B5B5B. Windows color (decimal): -15628236 or 3442705. OLE color: 3442705.

HSL color Cylindrical-coordinate representation of color #118834: hue angle of 137.65º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118834 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1713652-
CMYK0.8700.620.47
HSL137.65º77.78%30%-
HSV(B)137.65º87.5%53.33%-
XYZ9.6617.986.21-
YUV90.84106.0875.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 136 (53.52% from 255) = 66.34%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=8.29%
G=66.34%
B=25.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17136520.8700.620.47137.6577.7830
Hex1188345703E2F8a4e1e
Octal21210641270765721211636
Binary10001100010001101001010111011111010111110001010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118834; }

 p { color: rgb(17,136,52); }

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

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

 a { background-color: rgb(17,136,52); }

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

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

 span { border-color: rgb(17,136,52); }

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