Html Css Color HEX #118934 Dark Spring Green

📋 copy color: '#118934'

red 17 ◦ green 137 ◦ blue 52

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

Shades of Dark Spring Green #118934

Tints of Dark Spring Green #118934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 66.5%

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

R = 8.25%
G = 66.5%
B = 25.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#118934 (or 0x118934) is known color: Dark Spring Green. HEX triplet: 11, 89 and 34. RGB value is (17,137,52). Sum of RGB (Red+Green+Blue) = 17+137+52=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #118934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118934 is #EE76CB. Grayscale: #5B5B5B. Windows color (decimal): -15627980 or 3442961. OLE color: 3442961.

HSL color Cylindrical-coordinate representation of color #118934: hue angle of 137.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118934 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 52 -
CMYK 0.88 0 0.62 0.46
HSL 137.5º 0.78% 0.3% -
HSV(B) 137.5º 0.88% 0.54% -
XYZ 9.8 18.26 6.26 -
YUV 91.43 105.74 74.91 -
System Red Green Blue C M Y K H S L
Decimal 17 137 52 0.88 0 0.62 0.46 137.5 0.78 0.3
Hex 11 89 34 58 0 3E 2E 8A 4E 1E
Octal 21 211 64 130 0 76 56 212 116 36
Binary 10001 10001001 110100 1011000 0 111110 101110 10001010 1001110 11110

Color Harmonies of #118934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118934

Black with #118934

Text Example


Text Example

White with #118934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118934; }

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

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

background-color css

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

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

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

border-color css

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

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

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