Html Css Color HEX #13360B Myrtle

📋 copy color: '#13360B'

red 19 ◦ green 54 ◦ blue 11

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

Shades of Myrtle #13360B

Tints of Myrtle #13360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 64.29%

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

R = 22.62%
G = 64.29%
B = 13.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#13360B (or 0x13360B) is known color: Myrtle. HEX triplet: 13, 36 and 0B. RGB value is (19,54,11). Sum of RGB (Red+Green+Blue) = 19+54+11=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #13360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360B is #ECC9F4. Grayscale: #262626. Windows color (decimal): -15518197 or 734739. OLE color: 734739.

HSL color Cylindrical-coordinate representation of color #13360B: hue angle of 108.84º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13360B is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 11 -
CMYK 0.65 0 0.80 0.79
HSL 108.84º 0.66% 0.13% -
HSV(B) 108.84º 0.8% 0.21% -
XYZ 1.65 2.8 0.77 -
YUV 38.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 19 54 11 0.65 0 0.80 0.79 108.84 0.66 0.13
Hex 13 36 B 41 0 50 4F 6D 42 D
Octal 23 66 13 101 0 120 117 155 102 15
Binary 10011 110110 1011 1000001 0 1010000 1001111 1101101 1000010 1101

Color Harmonies of #13360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13360B

Black with #13360B

Text Example


Text Example

White with #13360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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