Html Css Color HEX #13461A Myrtle

📋 copy color: '#13461A'

red 19 ◦ green 70 ◦ blue 26

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

Shades of Myrtle #13461A

Tints of Myrtle #13461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 60.87%

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 16.52%
G = 60.87%
B = 22.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#13461A (or 0x13461A) is known color: Myrtle. HEX triplet: 13, 46 and 1A. RGB value is (19,70,26). Sum of RGB (Red+Green+Blue) = 19+70+26=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #13461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13461A is #ECB9E5. Grayscale: #313131. Windows color (decimal): -15514086 or 1721875. OLE color: 1721875.

HSL color Cylindrical-coordinate representation of color #13461A: hue angle of 128.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13461A is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 26 -
CMYK 0.73 0 0.63 0.73
HSL 128.24º 0.57% 0.17% -
HSV(B) 128.24º 0.73% 0.27% -
XYZ 2.65 4.59 1.72 -
YUV 49.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 19 70 26 0.73 0 0.63 0.73 128.24 0.57 0.17
Hex 13 46 1A 49 0 3F 49 80 39 11
Octal 23 106 32 111 0 77 111 200 71 21
Binary 10011 1000110 11010 1001001 0 111111 1001001 10000000 111001 10001

Color Harmonies of #13461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13461A

Black with #13461A

Text Example


Text Example

White with #13461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13461A; }

 p { color: rgb(19,70,26); }

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

background-color css

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

 a { background-color: rgb(19,70,26); }

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

border-color css

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

 span { border-color: rgb(19,70,26); }

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