Html Css Color HEX #113314 Myrtle

📋 copy color: '#113314'

red 17 ◦ green 51 ◦ blue 20

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

Shades of Myrtle #113314

Tints of Myrtle #113314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 19.32%
G = 57.95%
B = 22.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#113314 (or 0x113314) is known color: Myrtle. HEX triplet: 11, 33 and 14. RGB value is (17,51,20). Sum of RGB (Red+Green+Blue) = 17+51+20=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #113314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113314 is #EECCEB. Grayscale: #252525. Windows color (decimal): -15650028 or 1323793. OLE color: 1323793.

HSL color Cylindrical-coordinate representation of color #113314: hue angle of 125.29º 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 #113314 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 20 -
CMYK 0.67 0 0.61 0.8
HSL 125.29º 0.5% 0.13% -
HSV(B) 125.29º 0.67% 0.2% -
XYZ 1.54 2.54 1.07 -
YUV 37.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 17 51 20 0.67 0 0.61 0.8 125.29 0.5 0.13
Hex 11 33 14 43 0 3D 50 7D 32 D
Octal 21 63 24 103 0 75 120 175 62 15
Binary 10001 110011 10100 1000011 0 111101 1010000 1111101 110010 1101

Color Harmonies of #113314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113314

Black with #113314

Text Example


Text Example

White with #113314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113314; }

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

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

background-color css

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

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

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

border-color css

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

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

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