Html Css Color HEX #117349 Dark Spring Green

📋 copy color: '#117349'

red 17 ◦ green 115 ◦ blue 73

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

Shades of Dark Spring Green #117349

Tints of Dark Spring Green #117349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.1%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 8.29%
G = 56.1%
B = 35.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#117349 (or 0x117349) is known color: Dark Spring Green. HEX triplet: 11, 73 and 49. RGB value is (17,115,73). Sum of RGB (Red+Green+Blue) = 17+115+73=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #117349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117349 is #EE8CB6. Grayscale: #505050. Windows color (decimal): -15633591 or 4813585. OLE color: 4813585.

HSL color Cylindrical-coordinate representation of color #117349: hue angle of 154.29º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117349 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 115 73 -
CMYK 0.85 0 0.37 0.55
HSL 154.29º 0.74% 0.26% -
HSV(B) 154.29º 0.85% 0.45% -
XYZ 7.56 12.86 8.39 -
YUV 80.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 17 115 73 0.85 0 0.37 0.55 154.29 0.74 0.26
Hex 11 73 49 55 0 25 37 9A 4A 1A
Octal 21 163 111 125 0 45 67 232 112 32
Binary 10001 1110011 1001001 1010101 0 100101 110111 10011010 1001010 11010

Color Harmonies of #117349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117349

Black with #117349

Text Example


Text Example

White with #117349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117349; }

 p { color: rgb(17,115,73); }

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

background-color css

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

 a { background-color: rgb(17,115,73); }

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

border-color css

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

 span { border-color: rgb(17,115,73); }

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