Html Css Color HEX #13521B Myrtle

📋 copy color: '#13521B'

red 19 ◦ green 82 ◦ blue 27

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

Shades of Myrtle #13521B

Tints of Myrtle #13521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 64.06%

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 14.84%
G = 64.06%
B = 21.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#13521B (or 0x13521B) is known color: Myrtle. HEX triplet: 13, 52 and 1B. RGB value is (19,82,27). Sum of RGB (Red+Green+Blue) = 19+82+27=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #13521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13521B is #ECADE4. Grayscale: #393939. Windows color (decimal): -15511013 or 1790483. OLE color: 1790483.

HSL color Cylindrical-coordinate representation of color #13521B: hue angle of 127.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13521B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 27 -
CMYK 0.77 0 0.67 0.68
HSL 127.62º 0.62% 0.2% -
HSV(B) 127.62º 0.77% 0.32% -
XYZ 3.48 6.25 2.06 -
YUV 56.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 19 82 27 0.77 0 0.67 0.68 127.62 0.62 0.2
Hex 13 52 1B 4D 0 43 44 80 3E 14
Octal 23 122 33 115 0 103 104 200 76 24
Binary 10011 1010010 11011 1001101 0 1000011 1000100 10000000 111110 10100

Color Harmonies of #13521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13521B

Black with #13521B

Text Example


Text Example

White with #13521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,82,27); }

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

background-color css

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

 a { background-color: rgb(19,82,27); }

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

border-color css

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

 span { border-color: rgb(19,82,27); }

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