Html Css Color HEX #132411 Myrtle

📋 copy color: '#132411'

red 19 ◦ green 36 ◦ blue 17

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

Shades of Myrtle #132411

Tints of Myrtle #132411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 50%

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

R = 26.39%
G = 50%
B = 23.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#132411 (or 0x132411) is known color: Myrtle. HEX triplet: 13, 24 and 11. RGB value is (19,36,17). Sum of RGB (Red+Green+Blue) = 19+36+17=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #132411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132411 is #ECDBEE. Grayscale: #1C1C1C. Windows color (decimal): -15522799 or 1123347. OLE color: 1123347.

HSL color Cylindrical-coordinate representation of color #132411: hue angle of 113.68º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #132411 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 36 17 -
CMYK 0.47 0 0.53 0.86
HSL 113.68º 0.36% 0.1% -
HSV(B) 113.68º 0.53% 0.14% -
XYZ 1 1.44 0.76 -
YUV 28.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 19 36 17 0.47 0 0.53 0.86 113.68 0.36 0.1
Hex 13 24 11 2F 0 35 56 72 24 A
Octal 23 44 21 57 0 65 126 162 44 12
Binary 10011 100100 10001 101111 0 110101 1010110 1110010 100100 1010

Color Harmonies of #132411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132411

Black with #132411

Text Example


Text Example

White with #132411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132411; }

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

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

background-color css

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

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

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

border-color css

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

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

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