Html Css Color HEX #117C3D Dark Spring Green

📋 copy color: '#117C3D'

red 17 ◦ green 124 ◦ blue 61

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

Shades of Dark Spring Green #117C3D

Tints of Dark Spring Green #117C3D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.39%

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 8.42%
G = 61.39%
B = 30.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#117C3D (or 0x117C3D) is known color: Dark Spring Green. HEX triplet: 11, 7C and 3D. RGB value is (17,124,61). Sum of RGB (Red+Green+Blue) = 17+124+61=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #117C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C3D is #EE83C2. Grayscale: #545454. Windows color (decimal): -15631299 or 4029457. OLE color: 4029457.

HSL color Cylindrical-coordinate representation of color #117C3D: hue angle of 144.67º 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 #117C3D is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 61 -
CMYK 0.86 0 0.51 0.51
HSL 144.67º 0.76% 0.28% -
HSV(B) 144.67º 0.86% 0.49% -
XYZ 8.28 14.87 6.85 -
YUV 84.83 114.55 79.62 -
System Red Green Blue C M Y K H S L
Decimal 17 124 61 0.86 0 0.51 0.51 144.67 0.76 0.28
Hex 11 7C 3D 56 0 33 33 91 4C 1C
Octal 21 174 75 126 0 63 63 221 114 34
Binary 10001 1111100 111101 1010110 0 110011 110011 10010001 1001100 11100

Color Harmonies of #117C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C3D

Black with #117C3D

Text Example


Text Example

White with #117C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,124,61); }

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

background-color css

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

 a { background-color: rgb(17,124,61); }

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

border-color css

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

 span { border-color: rgb(17,124,61); }

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