Html Css Color HEX #117041 Dark Spring Green

📋 copy color: '#117041'

red 17 ◦ green 112 ◦ blue 65

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

Shades of Dark Spring Green #117041

Tints of Dark Spring Green #117041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.51%

R = 8.76%
G = 57.73%
B = 33.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#117041 (or 0x117041) is known color: Dark Spring Green. HEX triplet: 11, 70 and 41. RGB value is (17,112,65). Sum of RGB (Red+Green+Blue) = 17+112+65=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #117041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117041 is #EE8FBE. Grayscale: #4E4E4E. Windows color (decimal): -15634367 or 4288529. OLE color: 4288529.

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

Color convert

RGB 17 112 65 -
CMYK 0.85 0 0.42 0.56
HSL 150.32º 0.74% 0.25% -
HSV(B) 150.32º 0.85% 0.44% -
XYZ 6.98 12.09 6.97 -
YUV 78.24 120.53 84.32 -
System Red Green Blue C M Y K H S L
Decimal 17 112 65 0.85 0 0.42 0.56 150.32 0.74 0.25
Hex 11 70 41 55 0 2A 38 96 4A 19
Octal 21 160 101 125 0 52 70 226 112 31
Binary 10001 1110000 1000001 1010101 0 101010 111000 10010110 1001010 11001

Color Harmonies of #117041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117041

Black with #117041

Text Example


Text Example

White with #117041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117041; }

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

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

background-color css

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

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

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

border-color css

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

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

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