Html Css Color HEX #117046 Dark Spring Green

📋 copy color: '#117046'

red 17 ◦ green 112 ◦ blue 70

#117046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #117046

Tints of Dark Spring Green #117046

RGB

 RED value IS 17 (7.03% from 255) = 8.54%

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 8.54%
G = 56.28%
B = 35.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#117046 (or 0x117046) is known color: Dark Spring Green. HEX triplet: 11, 70 and 46. RGB value is (17,112,70). Sum of RGB (Red+Green+Blue) = 17+112+70=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #117046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117046 is #EE8FB9. Grayscale: #4E4E4E. Windows color (decimal): -15634362 or 4616209. OLE color: 4616209.

HSL color Cylindrical-coordinate representation of color #117046: hue angle of 153.47º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117046 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 70 -
CMYK 0.85 0 0.38 0.56
HSL 153.47º 0.74% 0.25% -
HSV(B) 153.47º 0.85% 0.44% -
XYZ 7.13 12.15 7.76 -
YUV 78.81 123.03 83.92 -
System Red Green Blue C M Y K H S L
Decimal 17 112 70 0.85 0 0.38 0.56 153.47 0.74 0.25
Hex 11 70 46 55 0 26 38 99 4A 19
Octal 21 160 106 125 0 46 70 231 112 31
Binary 10001 1110000 1000110 1010101 0 100110 111000 10011001 1001010 11001

Color Harmonies of #117046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117046

Black with #117046

Text Example


Text Example

White with #117046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117046; }

 p { color: rgb(17,112,70); }

 H1.HeaderClassName
 {
   color: #117046;
 }
 .AnyTagClassName
 {
   color: #117046;
 }
</style>

background-color css

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

 a { background-color: rgb(17,112,70); }

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

border-color css

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

 span { border-color: rgb(17,112,70); }

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