#118338

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

Shades of Dark Spring Green #118338

Tints of Dark Spring Green #118338

Color information

#118338 (or 0x118338) is unknown color: approx Dark Spring Green. HEX triplet: 11, 83 and 38. RGB value is (17,131,56). Sum of RGB (Red+Green+Blue) = 17+131+56=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 131 (51.56% from 255 or 64.22% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 131 - color contains mainly: green. Hex color #118338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118338 is #EE7CC7. Grayscale: #585858. Windows color (decimal): -15629512 or 3703569. OLE color: 3703569.

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

Color convert

RGB1713156-
CMYK0.8700.570.49
HSL140.53º77.03%29.02%-
HSV(B)140.53º87.02%51.37%-
XYZ9.0616.646.48-
YUV88.36109.7377.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 131 (51.56% from 255) = 64.22%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=8.33%
G=64.22%
B=27.45%

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
Decimal17131560.8700.570.49140.5377.0329.02
Hex11833857039318d4d1d
Octal21203701270716121511535
Binary10001100000111110001010111011100111000110001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118338; }

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

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

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

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

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

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

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

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