#13240C

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

Shades of Myrtle #13240C

Tints of Myrtle #13240C

Color information

#13240C (or 0x13240C) is unknown color: approx Myrtle. HEX triplet: 13, 24 and 0C. RGB value is (19,36,12). Sum of RGB (Red+Green+Blue) = 19+36+12=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #13240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240C is #ECDBF3. Grayscale: #1C1C1C. Windows color (decimal): -15522804 or 795667. OLE color: 795667.

HSL color Cylindrical-coordinate representation of color #13240C: hue angle of 102.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13240C is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB193612-
CMYK0.4700.670.86
HSL102.5º50%9.41%-
HSV(B)102.5º66.67%14.12%-
XYZ0.971.430.57-
YUV28.18118.87121.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=28.36%
G=53.73%
B=17.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936120.4700.670.86102.5509.41
Hex1324C2F0435666329
Octal2344145701031261466211
Binary10011100100110010111101000011101011011001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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