#13540C

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

Shades of Myrtle #13540C

Tints of Myrtle #13540C

Color information

#13540C (or 0x13540C) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 0C. RGB value is (19,84,12). Sum of RGB (Red+Green+Blue) = 19+84+12=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #13540C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13540C is #ECABF3. Grayscale: #383838. Windows color (decimal): -15510516 or 807955. OLE color: 807955.

HSL color Cylindrical-coordinate representation of color #13540C: hue angle of 114.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13540C is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB198412-
CMYK0.7700.860.67
HSL114.17º75%18.82%-
HSV(B)114.17º85.71%32.94%-
XYZ3.516.511.42-
YUV56.36102.97101.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 84 (33.20% from 255) = 73.04%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=16.52%
G=73.04%
B=10.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984120.7700.860.67114.177518.82
Hex1354C4D05643724b13
Octal2312414115012610316211323
Binary100111010100110010011010101011010000111110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13540C; }

 p { color: rgb(19,84,12); }

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

<style>
 a { background-color: #13540C; }

 a { background-color: rgb(19,84,12); }

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

<style>
 span { border-color: #13540C; }

 span { border-color: rgb(19,84,12); }

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