Html Css Color HEX #117D37 Dark Spring Green

📋 copy color: '#117D37'

red 17 ◦ green 125 ◦ blue 55

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

Shades of Dark Spring Green #117D37

Tints of Dark Spring Green #117D37

RGB

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

 GREEN value IS 125 (49.22% from 255) = 63.45%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 8.63%
G = 63.45%
B = 27.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#117D37 (or 0x117D37) is known color: Dark Spring Green. HEX triplet: 11, 7D and 37. RGB value is (17,125,55). Sum of RGB (Red+Green+Blue) = 17+125+55=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #117D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117D37 is #EE82C8. Grayscale: #545454. Windows color (decimal): -15631049 or 3636497. OLE color: 3636497.

HSL color Cylindrical-coordinate representation of color #117D37: hue angle of 141.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D37 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 125 55 -
CMYK 0.86 0 0.56 0.51
HSL 141.11º 0.76% 0.28% -
HSV(B) 141.11º 0.86% 0.49% -
XYZ 8.25 15.06 6.09 -
YUV 84.73 111.22 79.69 -
System Red Green Blue C M Y K H S L
Decimal 17 125 55 0.86 0 0.56 0.51 141.11 0.76 0.28
Hex 11 7D 37 56 0 38 33 8D 4C 1C
Octal 21 175 67 126 0 70 63 215 114 34
Binary 10001 1111101 110111 1010110 0 111000 110011 10001101 1001100 11100

Color Harmonies of #117D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117D37

Black with #117D37

Text Example


Text Example

White with #117D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,55); }

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

background-color css

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

 a { background-color: rgb(17,125,55); }

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

border-color css

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

 span { border-color: rgb(17,125,55); }

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