Html Css Color HEX #11320D Myrtle

📋 copy color: '#11320D'

red 17 ◦ green 50 ◦ blue 13

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

Shades of Myrtle #11320D

Tints of Myrtle #11320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 62.5%

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

R = 21.25%
G = 62.5%
B = 16.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#11320D (or 0x11320D) is known color: Myrtle. HEX triplet: 11, 32 and 0D. RGB value is (17,50,13). Sum of RGB (Red+Green+Blue) = 17+50+13=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #11320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11320D is #EECDF2. Grayscale: #242424. Windows color (decimal): -15650291 or 864785. OLE color: 864785.

HSL color Cylindrical-coordinate representation of color #11320D: hue angle of 113.51º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11320D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 13 -
CMYK 0.66 0 0.74 0.80
HSL 113.51º 0.59% 0.12% -
HSV(B) 113.51º 0.74% 0.2% -
XYZ 1.44 2.43 0.77 -
YUV 35.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 17 50 13 0.66 0 0.74 0.80 113.51 0.59 0.12
Hex 11 32 D 42 0 4A 50 72 3B C
Octal 21 62 15 102 0 112 120 162 73 14
Binary 10001 110010 1101 1000010 0 1001010 1010000 1110010 111011 1100

Color Harmonies of #11320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11320D

Black with #11320D

Text Example


Text Example

White with #11320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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