Html Css Color HEX #13460D Myrtle

📋 copy color: '#13460D'

red 19 ◦ green 70 ◦ blue 13

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

Shades of Myrtle #13460D

Tints of Myrtle #13460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 18.63%
G = 68.63%
B = 12.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#13460D (or 0x13460D) is known color: Myrtle. HEX triplet: 13, 46 and 0D. RGB value is (19,70,13). Sum of RGB (Red+Green+Blue) = 19+70+13=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 70 (27.73% from 255 or 68.63% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 70 - color contains mainly: green. Hex color #13460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13460D is #ECB9F2. Grayscale: #303030. Windows color (decimal): -15514099 or 869907. OLE color: 869907.

HSL color Cylindrical-coordinate representation of color #13460D: hue angle of 113.68º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13460D is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 13 -
CMYK 0.73 0 0.81 0.73
HSL 113.68º 0.69% 0.16% -
HSV(B) 113.68º 0.81% 0.27% -
XYZ 2.53 4.55 1.13 -
YUV 48.25 108.1 107.13 -
System Red Green Blue C M Y K H S L
Decimal 19 70 13 0.73 0 0.81 0.73 113.68 0.69 0.16
Hex 13 46 D 49 0 51 49 72 45 10
Octal 23 106 15 111 0 121 111 162 105 20
Binary 10011 1000110 1101 1001001 0 1010001 1001001 1110010 1000101 10000

Color Harmonies of #13460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13460D

Black with #13460D

Text Example


Text Example

White with #13460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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