Html Css Color HEX #132312 Myrtle

📋 copy color: '#132312'

red 19 ◦ green 35 ◦ blue 18

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

Shades of Myrtle #132312

Tints of Myrtle #132312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 48.61%

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

R = 26.39%
G = 48.61%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#132312 (or 0x132312) is known color: Myrtle. HEX triplet: 13, 23 and 12. RGB value is (19,35,18). Sum of RGB (Red+Green+Blue) = 19+35+18=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #132312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132312 is #ECDCED. Grayscale: #1C1C1C. Windows color (decimal): -15523054 or 1188627. OLE color: 1188627.

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

Color convert

RGB 19 35 18 -
CMYK 0.46 0 0.49 0.86
HSL 116.47º 0.32% 0.1% -
HSV(B) 116.47º 0.49% 0.14% -
XYZ 0.98 1.38 0.79 -
YUV 28.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 19 35 18 0.46 0 0.49 0.86 116.47 0.32 0.1
Hex 13 23 12 2E 0 31 56 74 20 A
Octal 23 43 22 56 0 61 126 164 40 12
Binary 10011 100011 10010 101110 0 110001 1010110 1110100 100000 1010

Color Harmonies of #132312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132312

Black with #132312

Text Example


Text Example

White with #132312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132312; }

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

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

background-color css

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

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

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

border-color css

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

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

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