Html Css Color HEX #118535 Dark Spring Green

📋 copy color: '#118535'

red 17 ◦ green 133 ◦ blue 53

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

Shades of Dark Spring Green #118535

Tints of Dark Spring Green #118535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.52%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 8.37%
G = 65.52%
B = 26.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#118535 (or 0x118535) is known color: Dark Spring Green. HEX triplet: 11, 85 and 35. RGB value is (17,133,53). Sum of RGB (Red+Green+Blue) = 17+133+53=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #118535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118535 is #EE7ACA. Grayscale: #595959. Windows color (decimal): -15629003 or 3507473. OLE color: 3507473.

HSL color Cylindrical-coordinate representation of color #118535: hue angle of 138.62º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118535 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 53 -
CMYK 0.87 0 0.60 0.48
HSL 138.62º 0.77% 0.29% -
HSV(B) 138.62º 0.87% 0.52% -
XYZ 9.26 17.15 6.19 -
YUV 89.2 107.57 76.5 -
System Red Green Blue C M Y K H S L
Decimal 17 133 53 0.87 0 0.60 0.48 138.62 0.77 0.29
Hex 11 85 35 57 0 3C 30 8B 4D 1D
Octal 21 205 65 127 0 74 60 213 115 35
Binary 10001 10000101 110101 1010111 0 111100 110000 10001011 1001101 11101

Color Harmonies of #118535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118535

Black with #118535

Text Example


Text Example

White with #118535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118535; }

 p { color: rgb(17,133,53); }

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

background-color css

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

 a { background-color: rgb(17,133,53); }

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

border-color css

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

 span { border-color: rgb(17,133,53); }

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