#117A38

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

Shades of Dark Spring Green #117A38

Tints of Dark Spring Green #117A38

Color information

#117A38 (or 0x117A38) is unknown color: approx Dark Spring Green. HEX triplet: 11, 7A and 38. RGB value is (17,122,56). Sum of RGB (Red+Green+Blue) = 17+122+56=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #117A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A38 is #EE85C7. Grayscale: #535353. Windows color (decimal): -15631816 or 3701265. OLE color: 3701265.

HSL color Cylindrical-coordinate representation of color #117A38: hue angle of 142.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A38 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB1712256-
CMYK0.8600.540.52
HSL142.29º75.54%27.25%-
HSV(B)142.29º86.07%47.84%-
XYZ7.914.326.09-
YUV83.08112.7180.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 122 (48.05% from 255) = 62.56%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=8.72%
G=62.56%
B=28.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122560.8600.540.52142.2975.5427.25
Hex117A3856036348e4c1b
Octal21172701260666421611433
Binary1000111110101110001010110011011011010010001110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A38; }

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

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

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

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

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

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

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

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