Html Css Color HEX #113312 Myrtle

📋 copy color: '#113312'

red 17 ◦ green 51 ◦ blue 18

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

Shades of Myrtle #113312

Tints of Myrtle #113312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 59.3%

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

R = 19.77%
G = 59.3%
B = 20.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#113312 (or 0x113312) is known color: Myrtle. HEX triplet: 11, 33 and 12. RGB value is (17,51,18). Sum of RGB (Red+Green+Blue) = 17+51+18=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #113312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113312 is #EECCED. Grayscale: #252525. Windows color (decimal): -15650030 or 1192721. OLE color: 1192721.

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

Color convert

RGB 17 51 18 -
CMYK 0.67 0 0.65 0.8
HSL 121.76º 0.5% 0.13% -
HSV(B) 121.76º 0.67% 0.2% -
XYZ 1.52 2.53 0.98 -
YUV 37.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 17 51 18 0.67 0 0.65 0.8 121.76 0.5 0.13
Hex 11 33 12 43 0 41 50 7A 32 D
Octal 21 63 22 103 0 101 120 172 62 15
Binary 10001 110011 10010 1000011 0 1000001 1010000 1111010 110010 1101

Color Harmonies of #113312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113312

Black with #113312

Text Example


Text Example

White with #113312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113312; }

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

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

background-color css

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

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

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

border-color css

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

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

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