Html Css Color HEX #13540B Myrtle

📋 copy color: '#13540B'

red 19 ◦ green 84 ◦ blue 11

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

Shades of Myrtle #13540B

Tints of Myrtle #13540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.68%

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

R = 16.67%
G = 73.68%
B = 9.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#13540B (or 0x13540B) is known color: Myrtle. HEX triplet: 13, 54 and 0B. RGB value is (19,84,11). Sum of RGB (Red+Green+Blue) = 19+84+11=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #13540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13540B is #ECABF4. Grayscale: #383838. Windows color (decimal): -15510517 or 742419. OLE color: 742419.

HSL color Cylindrical-coordinate representation of color #13540B: hue angle of 113.42º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13540B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 84 11 -
CMYK 0.77 0 0.87 0.67
HSL 113.42º 0.77% 0.19% -
HSV(B) 113.42º 0.87% 0.33% -
XYZ 3.5 6.5 1.39 -
YUV 56.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 19 84 11 0.77 0 0.87 0.67 113.42 0.77 0.19
Hex 13 54 B 4D 0 57 43 71 4D 13
Octal 23 124 13 115 0 127 103 161 115 23
Binary 10011 1010100 1011 1001101 0 1010111 1000011 1110001 1001101 10011

Color Harmonies of #13540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13540B

Black with #13540B

Text Example


Text Example

White with #13540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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