Html Css Color HEX #118334 Dark Spring Green

📋 copy color: '#118334'

red 17 ◦ green 131 ◦ blue 52

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

Shades of Dark Spring Green #118334

Tints of Dark Spring Green #118334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 65.5%

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

R = 8.5%
G = 65.5%
B = 26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#118334 (or 0x118334) is known color: Dark Spring Green. HEX triplet: 11, 83 and 34. RGB value is (17,131,52). Sum of RGB (Red+Green+Blue) = 17+131+52=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #118334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118334 is #EE7CCB. Grayscale: #585858. Windows color (decimal): -15629516 or 3441425. OLE color: 3441425.

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

Color convert

RGB 17 131 52 -
CMYK 0.87 0 0.60 0.49
HSL 138.42º 0.77% 0.29% -
HSV(B) 138.42º 0.87% 0.51% -
XYZ 8.97 16.6 5.98 -
YUV 87.91 107.73 77.42 -
System Red Green Blue C M Y K H S L
Decimal 17 131 52 0.87 0 0.60 0.49 138.42 0.77 0.29
Hex 11 83 34 57 0 3C 31 8A 4D 1D
Octal 21 203 64 127 0 74 61 212 115 35
Binary 10001 10000011 110100 1010111 0 111100 110001 10001010 1001101 11101

Color Harmonies of #118334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118334

Black with #118334

Text Example


Text Example

White with #118334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118334; }

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

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

background-color css

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

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

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

border-color css

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

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

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