Html Css Color HEX #132911 Myrtle

📋 copy color: '#132911'

red 19 ◦ green 41 ◦ blue 17

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

Shades of Myrtle #132911

Tints of Myrtle #132911

RGB

 RED value IS 19 (7.81% from 255) = 24.68%

 GREEN value IS 41 (16.41% from 255) = 53.25%

 BLUE value IS 17 (7.03% from 255) = 22.08%

R = 24.68%
G = 53.25%
B = 22.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#132911 (or 0x132911) is known color: Myrtle. HEX triplet: 13, 29 and 11. RGB value is (19,41,17). Sum of RGB (Red+Green+Blue) = 19+41+17=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #132911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132911 is #ECD6EE. Grayscale: #1F1F1F. Windows color (decimal): -15521519 or 1124627. OLE color: 1124627.

HSL color Cylindrical-coordinate representation of color #132911: hue angle of 115º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132911 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 17 -
CMYK 0.54 0 0.59 0.84
HSL 115º 0.41% 0.11% -
HSV(B) 115º 0.59% 0.16% -
XYZ 1.16 1.76 0.81 -
YUV 31.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 19 41 17 0.54 0 0.59 0.84 115 0.41 0.11
Hex 13 29 11 36 0 3B 54 73 29 B
Octal 23 51 21 66 0 73 124 163 51 13
Binary 10011 101001 10001 110110 0 111011 1010100 1110011 101001 1011

Color Harmonies of #132911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132911

Black with #132911

Text Example


Text Example

White with #132911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132911; }

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

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

background-color css

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

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

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

border-color css

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

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

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