Html Css Color HEX #13530A Myrtle

📋 copy color: '#13530A'

red 19 ◦ green 83 ◦ blue 10

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

Shades of Myrtle #13530A

Tints of Myrtle #13530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 16.96%
G = 74.11%
B = 8.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#13530A (or 0x13530A) is known color: Myrtle. HEX triplet: 13, 53 and 0A. RGB value is (19,83,10). Sum of RGB (Red+Green+Blue) = 19+83+10=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #13530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530A is #ECACF5. Grayscale: #373737. Windows color (decimal): -15510774 or 676627. OLE color: 676627.

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

Color convert

RGB 19 83 10 -
CMYK 0.77 0 0.88 0.67
HSL 112.6º 0.78% 0.18% -
HSV(B) 112.6º 0.88% 0.33% -
XYZ 3.42 6.35 1.33 -
YUV 55.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 19 83 10 0.77 0 0.88 0.67 112.6 0.78 0.18
Hex 13 53 A 4D 0 58 43 71 4E 12
Octal 23 123 12 115 0 130 103 161 116 22
Binary 10011 1010011 1010 1001101 0 1011000 1000011 1110001 1001110 10010

Color Harmonies of #13530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13530A

Black with #13530A

Text Example


Text Example

White with #13530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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