Html Css Color HEX #115412 Myrtle

📋 copy color: '#115412'

red 17 ◦ green 84 ◦ blue 18

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

Shades of Myrtle #115412

Tints of Myrtle #115412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 70.59%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 14.29%
G = 70.59%
B = 15.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#115412 (or 0x115412) is known color: Myrtle. HEX triplet: 11, 54 and 12. RGB value is (17,84,18). Sum of RGB (Red+Green+Blue) = 17+84+18=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #115412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115412 is #EEABED. Grayscale: #383838. Windows color (decimal): -15641582 or 1201169. OLE color: 1201169.

HSL color Cylindrical-coordinate representation of color #115412: hue angle of 120.9º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115412 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 84 18 -
CMYK 0.80 0 0.79 0.67
HSL 120.9º 0.66% 0.2% -
HSV(B) 120.9º 0.8% 0.33% -
XYZ 3.51 6.5 1.64 -
YUV 56.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 17 84 18 0.80 0 0.79 0.67 120.9 0.66 0.2
Hex 11 54 12 50 0 4F 43 79 42 14
Octal 21 124 22 120 0 117 103 171 102 24
Binary 10001 1010100 10010 1010000 0 1001111 1000011 1111001 1000010 10100

Color Harmonies of #115412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115412

Black with #115412

Text Example


Text Example

White with #115412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115412; }

 p { color: rgb(17,84,18); }

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

background-color css

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

 a { background-color: rgb(17,84,18); }

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

border-color css

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

 span { border-color: rgb(17,84,18); }

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