Html Css Color HEX #13370B Myrtle

📋 copy color: '#13370B'

red 19 ◦ green 55 ◦ blue 11

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

Shades of Myrtle #13370B

Tints of Myrtle #13370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.94%

R = 22.35%
G = 64.71%
B = 12.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#13370B (or 0x13370B) is known color: Myrtle. HEX triplet: 13, 37 and 0B. RGB value is (19,55,11). Sum of RGB (Red+Green+Blue) = 19+55+11=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #13370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13370B is #ECC8F4. Grayscale: #272727. Windows color (decimal): -15517941 or 734995. OLE color: 734995.

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

Color convert

RGB 19 55 11 -
CMYK 0.65 0 0.8 0.78
HSL 109.09º 0.67% 0.13% -
HSV(B) 109.09º 0.8% 0.22% -
XYZ 1.7 2.89 0.79 -
YUV 39.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 19 55 11 0.65 0 0.8 0.78 109.09 0.67 0.13
Hex 13 37 B 41 0 50 4E 6D 43 D
Octal 23 67 13 101 0 120 116 155 103 15
Binary 10011 110111 1011 1000001 0 1010000 1001110 1101101 1000011 1101

Color Harmonies of #13370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13370B

Black with #13370B

Text Example


Text Example

White with #13370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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