Html Css Color HEX #13370E Myrtle

📋 copy color: '#13370E'

red 19 ◦ green 55 ◦ blue 14

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

Shades of Myrtle #13370E

Tints of Myrtle #13370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 62.5%

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

R = 21.59%
G = 62.5%
B = 15.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#13370E (or 0x13370E) is known color: Myrtle. HEX triplet: 13, 37 and 0E. RGB value is (19,55,14). Sum of RGB (Red+Green+Blue) = 19+55+14=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #13370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13370E is #ECC8F1. Grayscale: #272727. Windows color (decimal): -15517938 or 931603. OLE color: 931603.

HSL color Cylindrical-coordinate representation of color #13370E: hue angle of 112.68º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13370E is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 55 14 -
CMYK 0.65 0 0.75 0.78
HSL 112.68º 0.59% 0.14% -
HSV(B) 112.68º 0.75% 0.22% -
XYZ 1.71 2.9 0.89 -
YUV 39.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 19 55 14 0.65 0 0.75 0.78 112.68 0.59 0.14
Hex 13 37 E 41 0 4B 4E 71 3B E
Octal 23 67 16 101 0 113 116 161 73 16
Binary 10011 110111 1110 1000001 0 1001011 1001110 1110001 111011 1110

Color Harmonies of #13370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13370E

Black with #13370E

Text Example


Text Example

White with #13370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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