#13501B

Color #13501B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #13501B

Tints of Myrtle #13501B

Color information

#13501B (or 0x13501B) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 1B. RGB value is (19,80,27). Sum of RGB (Red+Green+Blue) = 19+80+27=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #13501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13501B is #ECAFE4. Grayscale: #373737. Windows color (decimal): -15511525 or 1789971. OLE color: 1789971.

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

Color convert

RGB198027-
CMYK0.7600.660.69
HSL127.87º61.62%19.41%-
HSV(B)127.87º76.25%31.37%-
XYZ3.345.952.01-
YUV55.72111.79101.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 80 (31.64% from 255) = 63.49%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=15.08%
G=63.49%
B=21.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980270.7600.660.69127.8761.6219.41
Hex13501B4C04245803e13
Octal231203311401021052007623
Binary1001110100001101110011000100001010001011000000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13501B; }

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

 H1.HeaderClassName
 {
   color: #13501B;
 }
 .AnyTagClassName
 {
   color: #13501B;
 }
</style>
background-color css

<style>
 a { background-color: #13501B; }

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

 div.DivClassName
 {
   background-color: #13501B;
 }
 .BgClassName
 {
   background-color: #13501B;
 }
</style>
border-color css

<style>
 span { border-color: #13501B; }

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

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