Html Css Color HEX #117348 Dark Spring Green

📋 copy color: '#117348'

red 17 ◦ green 115 ◦ blue 72

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

Shades of Dark Spring Green #117348

Tints of Dark Spring Green #117348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 8.33%
G = 56.37%
B = 35.29%

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

#117348 (or 0x117348) is known color: Dark Spring Green. HEX triplet: 11, 73 and 48. RGB value is (17,115,72). Sum of RGB (Red+Green+Blue) = 17+115+72=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #117348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117348 is #EE8CB7. Grayscale: #505050. Windows color (decimal): -15633592 or 4748049. OLE color: 4748049.

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

Color convert

RGB 17 115 72 -
CMYK 0.85 0 0.37 0.55
HSL 153.67º 0.74% 0.26% -
HSV(B) 153.67º 0.85% 0.45% -
XYZ 7.53 12.85 8.21 -
YUV 80.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 17 115 72 0.85 0 0.37 0.55 153.67 0.74 0.26
Hex 11 73 48 55 0 25 37 9A 4A 1A
Octal 21 163 110 125 0 45 67 232 112 32
Binary 10001 1110011 1001000 1010101 0 100101 110111 10011010 1001010 11010

Color Harmonies of #117348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117348

Black with #117348

Text Example


Text Example

White with #117348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117348; }

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

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

background-color css

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

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

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

border-color css

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

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

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