#13551B

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

Shades of Myrtle #13551B

Tints of Myrtle #13551B

Color information

#13551B (or 0x13551B) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 1B. RGB value is (19,85,27). Sum of RGB (Red+Green+Blue) = 19+85+27=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #13551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551B is #ECAAE4. Grayscale: #3A3A3A. Windows color (decimal): -15510245 or 1791251. OLE color: 1791251.

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

Color convert

RGB198527-
CMYK0.7800.680.67
HSL127.27º63.46%20.39%-
HSV(B)127.27º77.65%33.33%-
XYZ3.716.712.14-
YUV58.65110.1399.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=14.50%
G=64.89%
B=20.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985270.7800.680.67127.2763.4620.39
Hex13551B4E044437f3f14
Octal231253311601041031777724
Binary100111010101110111001110010001001000011111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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