Html Css Color HEX #13340D Myrtle

📋 copy color: '#13340D'

red 19 ◦ green 52 ◦ blue 13

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

Shades of Myrtle #13340D

Tints of Myrtle #13340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 61.9%

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

R = 22.62%
G = 61.9%
B = 15.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#13340D (or 0x13340D) is known color: Myrtle. HEX triplet: 13, 34 and 0D. RGB value is (19,52,13). Sum of RGB (Red+Green+Blue) = 19+52+13=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #13340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13340D is #ECCBF2. Grayscale: #252525. Windows color (decimal): -15518707 or 865299. OLE color: 865299.

HSL color Cylindrical-coordinate representation of color #13340D: hue angle of 110.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13340D is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 13 -
CMYK 0.63 0 0.75 0.80
HSL 110.77º 0.6% 0.13% -
HSV(B) 110.77º 0.75% 0.2% -
XYZ 1.57 2.62 0.8 -
YUV 37.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 19 52 13 0.63 0 0.75 0.80 110.77 0.6 0.13
Hex 13 34 D 3F 0 4B 50 6F 3C D
Octal 23 64 15 77 0 113 120 157 74 15
Binary 10011 110100 1101 111111 0 1001011 1010000 1101111 111100 1101

Color Harmonies of #13340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13340D

Black with #13340D

Text Example


Text Example

White with #13340D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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