Html Css Color HEX #13521C Myrtle

📋 copy color: '#13521C'

red 19 ◦ green 82 ◦ blue 28

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

Shades of Myrtle #13521C

Tints of Myrtle #13521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 14.73%
G = 63.57%
B = 21.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#13521C (or 0x13521C) is known color: Myrtle. HEX triplet: 13, 52 and 1C. RGB value is (19,82,28). Sum of RGB (Red+Green+Blue) = 19+82+28=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #13521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13521C is #ECADE3. Grayscale: #393939. Windows color (decimal): -15511012 or 1856019. OLE color: 1856019.

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

Color convert

RGB 19 82 28 -
CMYK 0.77 0 0.66 0.68
HSL 128.57º 0.62% 0.2% -
HSV(B) 128.57º 0.77% 0.32% -
XYZ 3.5 6.26 2.12 -
YUV 57.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 19 82 28 0.77 0 0.66 0.68 128.57 0.62 0.2
Hex 13 52 1C 4D 0 42 44 81 3E 14
Octal 23 122 34 115 0 102 104 201 76 24
Binary 10011 1010010 11100 1001101 0 1000010 1000100 10000001 111110 10100

Color Harmonies of #13521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13521C

Black with #13521C

Text Example


Text Example

White with #13521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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