Html Css Color HEX #13400C Myrtle

📋 copy color: '#13400C'

red 19 ◦ green 64 ◦ blue 12

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

Shades of Myrtle #13400C

Tints of Myrtle #13400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 20%
G = 67.37%
B = 12.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#13400C (or 0x13400C) is known color: Myrtle. HEX triplet: 13, 40 and 0C. RGB value is (19,64,12). Sum of RGB (Red+Green+Blue) = 19+64+12=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #13400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13400C is #ECBFF3. Grayscale: #2C2C2C. Windows color (decimal): -15515636 or 802835. OLE color: 802835.

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

Color convert

RGB 19 64 12 -
CMYK 0.70 0 0.81 0.75
HSL 111.92º 0.68% 0.15% -
HSV(B) 111.92º 0.81% 0.25% -
XYZ 2.17 3.83 0.97 -
YUV 44.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 19 64 12 0.70 0 0.81 0.75 111.92 0.68 0.15
Hex 13 40 C 46 0 51 4B 70 44 F
Octal 23 100 14 106 0 121 113 160 104 17
Binary 10011 1000000 1100 1000110 0 1010001 1001011 1110000 1000100 1111

Color Harmonies of #13400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13400C

Black with #13400C

Text Example


Text Example

White with #13400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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