#13531B

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

Shades of Myrtle #13531B

Tints of Myrtle #13531B

Color information

#13531B (or 0x13531B) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 1B. RGB value is (19,83,27). Sum of RGB (Red+Green+Blue) = 19+83+27=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #13531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531B is #ECACE4. Grayscale: #393939. Windows color (decimal): -15510757 or 1790739. OLE color: 1790739.

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

Color convert

RGB198327-
CMYK0.7700.670.67
HSL127.5º62.75%20%-
HSV(B)127.5º77.11%32.55%-
XYZ3.566.42.09-
YUV57.48110.8100.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 83 (32.81% from 255) = 64.34%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=14.73%
G=64.34%
B=20.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983270.7700.670.67127.562.7520
Hex13531B4D04343803f14
Octal231233311501031032007724
Binary1001110100111101110011010100001110000111000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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