Html Css Color HEX #13530C Myrtle

📋 copy color: '#13530C'

red 19 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #13530C

Tints of Myrtle #13530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.81%

 BLUE value IS 12 (5.08% from 255) = 10.53%

R = 16.67%
G = 72.81%
B = 10.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#13530C (or 0x13530C) is known color: Myrtle. HEX triplet: 13, 53 and 0C. RGB value is (19,83,12). Sum of RGB (Red+Green+Blue) = 19+83+12=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #13530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530C is #ECACF3. Grayscale: #373737. Windows color (decimal): -15510772 or 807699. OLE color: 807699.

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

Color convert

RGB 19 83 12 -
CMYK 0.77 0 0.86 0.67
HSL 114.08º 0.75% 0.19% -
HSV(B) 114.08º 0.86% 0.33% -
XYZ 3.43 6.35 1.39 -
YUV 55.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 19 83 12 0.77 0 0.86 0.67 114.08 0.75 0.19
Hex 13 53 C 4D 0 56 43 72 4B 13
Octal 23 123 14 115 0 126 103 162 113 23
Binary 10011 1010011 1100 1001101 0 1010110 1000011 1110010 1001011 10011

Color Harmonies of #13530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13530C

Black with #13530C

Text Example


Text Example

White with #13530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,83,12); }

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

background-color css

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

 a { background-color: rgb(19,83,12); }

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

border-color css

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

 span { border-color: rgb(19,83,12); }

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