#13471B

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

Shades of Myrtle #13471B

Tints of Myrtle #13471B

Color information

#13471B (or 0x13471B) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 1B. RGB value is (19,71,27). Sum of RGB (Red+Green+Blue) = 19+71+27=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #13471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13471B is #ECB8E4. Grayscale: #323232. Windows color (decimal): -15513829 or 1787667. OLE color: 1787667.

HSL color Cylindrical-coordinate representation of color #13471B: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13471B is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB197127-
CMYK0.7300.620.72
HSL129.23º57.78%17.65%-
HSV(B)129.23º73.24%27.84%-
XYZ2.724.721.81-
YUV50.44114.77105.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=16.24%
G=60.68%
B=23.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971270.7300.620.72129.2357.7817.65
Hex13471B4903E48813a12
Octal23107331110761102017222
Binary100111000111110111001001011111010010001000000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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