Html Css Color HEX #132012 Myrtle

📋 copy color: '#132012'

red 19 ◦ green 32 ◦ blue 18

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

Shades of Myrtle #132012

Tints of Myrtle #132012

RGB

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

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

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

R = 27.54%
G = 46.38%
B = 26.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#132012 (or 0x132012) is known color: Myrtle. HEX triplet: 13, 20 and 12. RGB value is (19,32,18). Sum of RGB (Red+Green+Blue) = 19+32+18=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #132012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132012 is #ECDFED. Grayscale: #1A1A1A. Windows color (decimal): -15523822 or 1187859. OLE color: 1187859.

HSL color Cylindrical-coordinate representation of color #132012: hue angle of 115.71º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #132012 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 18 -
CMYK 0.41 0 0.44 0.87
HSL 115.71º 0.28% 0.1% -
HSV(B) 115.71º 0.44% 0.13% -
XYZ 0.89 1.22 0.76 -
YUV 26.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 19 32 18 0.41 0 0.44 0.87 115.71 0.28 0.1
Hex 13 20 12 29 0 2C 57 74 1C A
Octal 23 40 22 51 0 54 127 164 34 12
Binary 10011 100000 10010 101001 0 101100 1010111 1110100 11100 1010

Color Harmonies of #132012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132012

Black with #132012

Text Example


Text Example

White with #132012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132012; }

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

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

background-color css

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

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

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

border-color css

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

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

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