Html Css Color HEX #13521A Myrtle

📋 copy color: '#13521A'

red 19 ◦ green 82 ◦ blue 26

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

Shades of Myrtle #13521A

Tints of Myrtle #13521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 14.96%
G = 64.57%
B = 20.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#13521A (or 0x13521A) is known color: Myrtle. HEX triplet: 13, 52 and 1A. RGB value is (19,82,26). Sum of RGB (Red+Green+Blue) = 19+82+26=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #13521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13521A is #ECADE5. Grayscale: #383838. Windows color (decimal): -15511014 or 1724947. OLE color: 1724947.

HSL color Cylindrical-coordinate representation of color #13521A: hue angle of 126.67º 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 #13521A is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 26 -
CMYK 0.77 0 0.68 0.68
HSL 126.67º 0.62% 0.2% -
HSV(B) 126.67º 0.77% 0.32% -
XYZ 3.47 6.25 2 -
YUV 56.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 19 82 26 0.77 0 0.68 0.68 126.67 0.62 0.2
Hex 13 52 1A 4D 0 44 44 7F 3E 14
Octal 23 122 32 115 0 104 104 177 76 24
Binary 10011 1010010 11010 1001101 0 1000100 1000100 1111111 111110 10100

Color Harmonies of #13521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13521A

Black with #13521A

Text Example


Text Example

White with #13521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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