Html Css Color HEX #132412 Myrtle

📋 copy color: '#132412'

red 19 ◦ green 36 ◦ blue 18

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

Shades of Myrtle #132412

Tints of Myrtle #132412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 26.03%
G = 49.32%
B = 24.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#132412 (or 0x132412) is known color: Myrtle. HEX triplet: 13, 24 and 12. RGB value is (19,36,18). Sum of RGB (Red+Green+Blue) = 19+36+18=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #132412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132412 is #ECDBED. Grayscale: #1C1C1C. Windows color (decimal): -15522798 or 1188883. OLE color: 1188883.

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

Color convert

RGB 19 36 18 -
CMYK 0.47 0 0.5 0.86
HSL 116.67º 0.33% 0.11% -
HSV(B) 116.67º 0.5% 0.14% -
XYZ 1.01 1.44 0.8 -
YUV 28.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 19 36 18 0.47 0 0.5 0.86 116.67 0.33 0.11
Hex 13 24 12 2F 0 32 56 75 21 B
Octal 23 44 22 57 0 62 126 165 41 13
Binary 10011 100100 10010 101111 0 110010 1010110 1110101 100001 1011

Color Harmonies of #132412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132412

Black with #132412

Text Example


Text Example

White with #132412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132412; }

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

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

background-color css

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

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

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

border-color css

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

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

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