Html Css Color HEX #13220E Myrtle

📋 copy color: '#13220E'

red 19 ◦ green 34 ◦ blue 14

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

Shades of Myrtle #13220E

Tints of Myrtle #13220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 50.75%

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

R = 28.36%
G = 50.75%
B = 20.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#13220E (or 0x13220E) is known color: Myrtle. HEX triplet: 13, 22 and 0E. RGB value is (19,34,14). Sum of RGB (Red+Green+Blue) = 19+34+14=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #13220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13220E is #ECDDF1. Grayscale: #1B1B1B. Windows color (decimal): -15523314 or 926227. OLE color: 926227.

HSL color Cylindrical-coordinate representation of color #13220E: hue angle of 105º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13220E is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 14 -
CMYK 0.44 0 0.59 0.87
HSL 105º 0.42% 0.09% -
HSV(B) 105º 0.59% 0.13% -
XYZ 0.92 1.31 0.62 -
YUV 27.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 19 34 14 0.44 0 0.59 0.87 105 0.42 0.09
Hex 13 22 E 2C 0 3B 57 69 2A 9
Octal 23 42 16 54 0 73 127 151 52 11
Binary 10011 100010 1110 101100 0 111011 1010111 1101001 101010 1001

Color Harmonies of #13220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13220E

Black with #13220E

Text Example


Text Example

White with #13220E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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