Html Css Color HEX #113412 Myrtle

📋 copy color: '#113412'

red 17 ◦ green 52 ◦ blue 18

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

Shades of Myrtle #113412

Tints of Myrtle #113412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 59.77%

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

R = 19.54%
G = 59.77%
B = 20.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#113412 (or 0x113412) is known color: Myrtle. HEX triplet: 11, 34 and 12. RGB value is (17,52,18). Sum of RGB (Red+Green+Blue) = 17+52+18=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #113412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113412 is #EECBED. Grayscale: #252525. Windows color (decimal): -15649774 or 1192977. OLE color: 1192977.

HSL color Cylindrical-coordinate representation of color #113412: hue angle of 121.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113412 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 18 -
CMYK 0.67 0 0.65 0.80
HSL 121.71º 0.51% 0.14% -
HSV(B) 121.71º 0.67% 0.2% -
XYZ 1.57 2.62 1 -
YUV 37.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 17 52 18 0.67 0 0.65 0.80 121.71 0.51 0.14
Hex 11 34 12 43 0 41 50 7A 33 E
Octal 21 64 22 103 0 101 120 172 63 16
Binary 10001 110100 10010 1000011 0 1000001 1010000 1111010 110011 1110

Color Harmonies of #113412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113412

Black with #113412

Text Example


Text Example

White with #113412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113412; }

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

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

background-color css

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

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

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

border-color css

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

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

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