Html Css Color HEX #13600D Myrtle

📋 copy color: '#13600D'

red 19 ◦ green 96 ◦ blue 13

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

Shades of Myrtle #13600D

Tints of Myrtle #13600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 75%

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

R = 14.84%
G = 75%
B = 10.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#13600D (or 0x13600D) is known color: Myrtle. HEX triplet: 13, 60 and 0D. RGB value is (19,96,13). Sum of RGB (Red+Green+Blue) = 19+96+13=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #13600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13600D is #EC9FF2. Grayscale: #3F3F3F. Windows color (decimal): -15507443 or 876563. OLE color: 876563.

HSL color Cylindrical-coordinate representation of color #13600D: hue angle of 115.66º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13600D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 13 -
CMYK 0.80 0 0.86 0.62
HSL 115.66º 0.76% 0.21% -
HSV(B) 115.66º 0.86% 0.38% -
XYZ 4.52 8.53 1.79 -
YUV 63.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 19 96 13 0.80 0 0.86 0.62 115.66 0.76 0.21
Hex 13 60 D 50 0 56 3E 74 4C 15
Octal 23 140 15 120 0 126 76 164 114 25
Binary 10011 1100000 1101 1010000 0 1010110 111110 1110100 1001100 10101

Color Harmonies of #13600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13600D

Black with #13600D

Text Example


Text Example

White with #13600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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