Html Css Color HEX #13500F Myrtle

📋 copy color: '#13500F'

red 19 ◦ green 80 ◦ blue 15

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

Shades of Myrtle #13500F

Tints of Myrtle #13500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 16.67%
G = 70.18%
B = 13.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#13500F (or 0x13500F) is known color: Myrtle. HEX triplet: 13, 50 and 0F. RGB value is (19,80,15). Sum of RGB (Red+Green+Blue) = 19+80+15=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #13500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13500F is #ECAFF0. Grayscale: #363636. Windows color (decimal): -15511537 or 1003539. OLE color: 1003539.

HSL color Cylindrical-coordinate representation of color #13500F: hue angle of 116.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13500F is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 15 -
CMYK 0.76 0 0.81 0.69
HSL 116.31º 0.68% 0.19% -
HSV(B) 116.31º 0.81% 0.31% -
XYZ 3.22 5.91 1.42 -
YUV 54.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 19 80 15 0.76 0 0.81 0.69 116.31 0.68 0.19
Hex 13 50 F 4C 0 51 45 74 44 13
Octal 23 120 17 114 0 121 105 164 104 23
Binary 10011 1010000 1111 1001100 0 1010001 1000101 1110100 1000100 10011

Color Harmonies of #13500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13500F

Black with #13500F

Text Example


Text Example

White with #13500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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