Html Css Color HEX #117546 Dark Spring Green

📋 copy color: '#117546'

red 17 ◦ green 117 ◦ blue 70

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

Shades of Dark Spring Green #117546

Tints of Dark Spring Green #117546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.35%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 8.33%
G = 57.35%
B = 34.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#117546 (or 0x117546) is known color: Dark Spring Green. HEX triplet: 11, 75 and 46. RGB value is (17,117,70). Sum of RGB (Red+Green+Blue) = 17+117+70=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #117546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117546 is #EE8AB9. Grayscale: #515151. Windows color (decimal): -15633082 or 4617489. OLE color: 4617489.

HSL color Cylindrical-coordinate representation of color #117546: hue angle of 151.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117546 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 70 -
CMYK 0.85 0 0.40 0.54
HSL 151.8º 0.75% 0.26% -
HSV(B) 151.8º 0.85% 0.46% -
XYZ 7.7 13.28 7.95 -
YUV 81.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 17 117 70 0.85 0 0.40 0.54 151.8 0.75 0.26
Hex 11 75 46 55 0 28 36 98 4B 1A
Octal 21 165 106 125 0 50 66 230 113 32
Binary 10001 1110101 1000110 1010101 0 101000 110110 10011000 1001011 11010

Color Harmonies of #117546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117546

Black with #117546

Text Example


Text Example

White with #117546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117546; }

 p { color: rgb(17,117,70); }

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

background-color css

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

 a { background-color: rgb(17,117,70); }

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

border-color css

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

 span { border-color: rgb(17,117,70); }

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