Html Css Color HEX #11200D Myrtle

📋 copy color: '#11200D'

red 17 ◦ green 32 ◦ blue 13

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

Shades of Myrtle #11200D

Tints of Myrtle #11200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 51.61%

 BLUE value IS 13 (5.47% from 255) = 20.97%

R = 27.42%
G = 51.61%
B = 20.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#11200D (or 0x11200D) is known color: Myrtle. HEX triplet: 11, 20 and 0D. RGB value is (17,32,13). Sum of RGB (Red+Green+Blue) = 17+32+13=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #11200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11200D is #EEDFF2. Grayscale: #191919. Windows color (decimal): -15654899 or 860177. OLE color: 860177.

HSL color Cylindrical-coordinate representation of color #11200D: hue angle of 107.37º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #11200D is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 13 -
CMYK 0.47 0 0.59 0.87
HSL 107.37º 0.42% 0.09% -
HSV(B) 107.37º 0.59% 0.13% -
XYZ 0.82 1.18 0.57 -
YUV 25.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 17 32 13 0.47 0 0.59 0.87 107.37 0.42 0.09
Hex 11 20 D 2F 0 3B 57 6B 2A 9
Octal 21 40 15 57 0 73 127 153 52 11
Binary 10001 100000 1101 101111 0 111011 1010111 1101011 101010 1001

Color Harmonies of #11200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11200D

Black with #11200D

Text Example


Text Example

White with #11200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11200D; }

 p { color: rgb(17,32,13); }

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

background-color css

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

 a { background-color: rgb(17,32,13); }

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

border-color css

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

 span { border-color: rgb(17,32,13); }

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