Html Css Color HEX #118534 Dark Spring Green

📋 copy color: '#118534'

red 17 ◦ green 133 ◦ blue 52

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

Shades of Dark Spring Green #118534

Tints of Dark Spring Green #118534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 8.42%
G = 65.84%
B = 25.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#118534 (or 0x118534) is known color: Dark Spring Green. HEX triplet: 11, 85 and 34. RGB value is (17,133,52). Sum of RGB (Red+Green+Blue) = 17+133+52=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #118534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118534 is #EE7ACB. Grayscale: #595959. Windows color (decimal): -15629004 or 3441937. OLE color: 3441937.

HSL color Cylindrical-coordinate representation of color #118534: hue angle of 138.1º 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 #118534 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 52 -
CMYK 0.87 0 0.61 0.48
HSL 138.1º 0.77% 0.29% -
HSV(B) 138.1º 0.87% 0.52% -
XYZ 9.24 17.14 6.07 -
YUV 89.08 107.07 76.59 -
System Red Green Blue C M Y K H S L
Decimal 17 133 52 0.87 0 0.61 0.48 138.1 0.77 0.29
Hex 11 85 34 57 0 3D 30 8A 4D 1D
Octal 21 205 64 127 0 75 60 212 115 35
Binary 10001 10000101 110100 1010111 0 111101 110000 10001010 1001101 11101

Color Harmonies of #118534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118534

Black with #118534

Text Example


Text Example

White with #118534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118534; }

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

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

background-color css

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

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

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

border-color css

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

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

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