Html Css Color HEX #13360D Myrtle

📋 copy color: '#13360D'

red 19 ◦ green 54 ◦ blue 13

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

Shades of Myrtle #13360D

Tints of Myrtle #13360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 62.79%

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

R = 22.09%
G = 62.79%
B = 15.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#13360D (or 0x13360D) is known color: Myrtle. HEX triplet: 13, 36 and 0D. RGB value is (19,54,13). Sum of RGB (Red+Green+Blue) = 19+54+13=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #13360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360D is #ECC9F2. Grayscale: #262626. Windows color (decimal): -15518195 or 865811. OLE color: 865811.

HSL color Cylindrical-coordinate representation of color #13360D: hue angle of 111.22º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13360D is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 13 -
CMYK 0.65 0 0.76 0.79
HSL 111.22º 0.61% 0.13% -
HSV(B) 111.22º 0.76% 0.21% -
XYZ 1.66 2.81 0.83 -
YUV 38.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 19 54 13 0.65 0 0.76 0.79 111.22 0.61 0.13
Hex 13 36 D 41 0 4C 4F 6F 3D D
Octal 23 66 15 101 0 114 117 157 75 15
Binary 10011 110110 1101 1000001 0 1001100 1001111 1101111 111101 1101

Color Harmonies of #13360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13360D

Black with #13360D

Text Example


Text Example

White with #13360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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