Html Css Color HEX #13320D Myrtle

📋 copy color: '#13320D'

red 19 ◦ green 50 ◦ blue 13

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

Shades of Myrtle #13320D

Tints of Myrtle #13320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 60.98%

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

R = 23.17%
G = 60.98%
B = 15.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#13320D (or 0x13320D) is known color: Myrtle. HEX triplet: 13, 32 and 0D. RGB value is (19,50,13). Sum of RGB (Red+Green+Blue) = 19+50+13=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #13320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13320D is #ECCDF2. Grayscale: #242424. Windows color (decimal): -15519219 or 864787. OLE color: 864787.

HSL color Cylindrical-coordinate representation of color #13320D: hue angle of 110.27º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13320D is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 13 -
CMYK 0.62 0 0.74 0.80
HSL 110.27º 0.59% 0.12% -
HSV(B) 110.27º 0.74% 0.2% -
XYZ 1.48 2.45 0.78 -
YUV 36.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 19 50 13 0.62 0 0.74 0.80 110.27 0.59 0.12
Hex 13 32 D 3E 0 4A 50 6E 3B C
Octal 23 62 15 76 0 112 120 156 73 14
Binary 10011 110010 1101 111110 0 1001010 1010000 1101110 111011 1100

Color Harmonies of #13320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13320D

Black with #13320D

Text Example


Text Example

White with #13320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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