Html Css Color HEX #13340E Myrtle

📋 copy color: '#13340E'

red 19 ◦ green 52 ◦ blue 14

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

Shades of Myrtle #13340E

Tints of Myrtle #13340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 22.35%
G = 61.18%
B = 16.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.80

RGB Variations

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

Color information

#13340E (or 0x13340E) is known color: Myrtle. HEX triplet: 13, 34 and 0E. RGB value is (19,52,14). Sum of RGB (Red+Green+Blue) = 19+52+14=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #13340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13340E is #ECCBF1. Grayscale: #252525. Windows color (decimal): -15518706 or 930835. OLE color: 930835.

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

Color convert

RGB 19 52 14 -
CMYK 0.63 0 0.73 0.80
HSL 112.11º 0.58% 0.13% -
HSV(B) 112.11º 0.73% 0.2% -
XYZ 1.58 2.63 0.84 -
YUV 37.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 19 52 14 0.63 0 0.73 0.80 112.11 0.58 0.13
Hex 13 34 E 3F 0 49 50 70 3A D
Octal 23 64 16 77 0 111 120 160 72 15
Binary 10011 110100 1110 111111 0 1001001 1010000 1110000 111010 1101

Color Harmonies of #13340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13340E

Black with #13340E

Text Example


Text Example

White with #13340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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