Html Css Color HEX #13500A Myrtle

📋 copy color: '#13500A'

red 19 ◦ green 80 ◦ blue 10

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

Shades of Myrtle #13500A

Tints of Myrtle #13500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 73.39%

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

R = 17.43%
G = 73.39%
B = 9.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#13500A (or 0x13500A) is known color: Myrtle. HEX triplet: 13, 50 and 0A. RGB value is (19,80,10). Sum of RGB (Red+Green+Blue) = 19+80+10=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #13500A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13500A is #ECAFF5. Grayscale: #363636. Windows color (decimal): -15511542 or 675859. OLE color: 675859.

HSL color Cylindrical-coordinate representation of color #13500A: hue angle of 112.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13500A is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 10 -
CMYK 0.76 0 0.87 0.69
HSL 112.29º 0.78% 0.18% -
HSV(B) 112.29º 0.88% 0.31% -
XYZ 3.19 5.9 1.26 -
YUV 53.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 19 80 10 0.76 0 0.87 0.69 112.29 0.78 0.18
Hex 13 50 A 4C 0 57 45 70 4E 12
Octal 23 120 12 114 0 127 105 160 116 22
Binary 10011 1010000 1010 1001100 0 1010111 1000101 1110000 1001110 10010

Color Harmonies of #13500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13500A

Black with #13500A

Text Example


Text Example

White with #13500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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