Html Css Color HEX #113313 Myrtle

📋 copy color: '#113313'

red 17 ◦ green 51 ◦ blue 19

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

Shades of Myrtle #113313

Tints of Myrtle #113313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 19.54%
G = 58.62%
B = 21.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#113313 (or 0x113313) is known color: Myrtle. HEX triplet: 11, 33 and 13. RGB value is (17,51,19). Sum of RGB (Red+Green+Blue) = 17+51+19=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #113313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113313 is #EECCEC. Grayscale: #252525. Windows color (decimal): -15650029 or 1258257. OLE color: 1258257.

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

Color convert

RGB 17 51 19 -
CMYK 0.67 0 0.63 0.8
HSL 123.53º 0.5% 0.13% -
HSV(B) 123.53º 0.67% 0.2% -
XYZ 1.53 2.53 1.02 -
YUV 37.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 17 51 19 0.67 0 0.63 0.8 123.53 0.5 0.13
Hex 11 33 13 43 0 3F 50 7C 32 D
Octal 21 63 23 103 0 77 120 174 62 15
Binary 10001 110011 10011 1000011 0 111111 1010000 1111100 110010 1101

Color Harmonies of #113313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113313

Black with #113313

Text Example


Text Example

White with #113313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113313; }

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

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

background-color css

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

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

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

border-color css

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

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

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