Html Css Color HEX #13400D Myrtle

📋 copy color: '#13400D'

red 19 ◦ green 64 ◦ blue 13

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

Shades of Myrtle #13400D

Tints of Myrtle #13400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 66.67%

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

R = 19.79%
G = 66.67%
B = 13.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#13400D (or 0x13400D) is known color: Myrtle. HEX triplet: 13, 40 and 0D. RGB value is (19,64,13). Sum of RGB (Red+Green+Blue) = 19+64+13=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #13400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13400D is #ECBFF2. Grayscale: #2C2C2C. Windows color (decimal): -15515635 or 868371. OLE color: 868371.

HSL color Cylindrical-coordinate representation of color #13400D: hue angle of 112.94º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13400D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 13 -
CMYK 0.70 0 0.80 0.75
HSL 112.94º 0.66% 0.15% -
HSV(B) 112.94º 0.8% 0.25% -
XYZ 2.17 3.83 1.01 -
YUV 44.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 19 64 13 0.70 0 0.80 0.75 112.94 0.66 0.15
Hex 13 40 D 46 0 50 4B 71 42 F
Octal 23 100 15 106 0 120 113 161 102 17
Binary 10011 1000000 1101 1000110 0 1010000 1001011 1110001 1000010 1111

Color Harmonies of #13400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13400D

Black with #13400D

Text Example


Text Example

White with #13400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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