#13511B

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

Shades of Myrtle #13511B

Tints of Myrtle #13511B

Color information

#13511B (or 0x13511B) is unknown color: approx Myrtle. HEX triplet: 13, 51 and 1B. RGB value is (19,81,27). Sum of RGB (Red+Green+Blue) = 19+81+27=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #13511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13511B is #ECAEE4. Grayscale: #383838. Windows color (decimal): -15511269 or 1790227. OLE color: 1790227.

HSL color Cylindrical-coordinate representation of color #13511B: hue angle of 127.74º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13511B is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB198127-
CMYK0.7700.670.68
HSL127.74º62%19.61%-
HSV(B)127.74º76.54%31.76%-
XYZ3.416.12.04-
YUV56.31111.46101.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 81 (32.03% from 255) = 63.78%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=14.96%
G=63.78%
B=21.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981270.7700.670.68127.746219.61
Hex13511B4D04344803e14
Octal231213311501031042007624
Binary1001110100011101110011010100001110001001000000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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