#12561A

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

Shades of Myrtle #12561A

Tints of Myrtle #12561A

Color information

#12561A (or 0x12561A) is unknown color: approx Myrtle. HEX triplet: 12, 56 and 1A. RGB value is (18,86,26). Sum of RGB (Red+Green+Blue) = 18+86+26=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #12561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12561A is #EDA9E5. Grayscale: #3A3A3A. Windows color (decimal): -15575526 or 1725970. OLE color: 1725970.

HSL color Cylindrical-coordinate representation of color #12561A: hue angle of 127.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12561A is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB188626-
CMYK0.7900.700.66
HSL127.06º65.38%20.39%-
HSV(B)127.06º79.07%33.73%-
XYZ3.766.862.1-
YUV58.83109.4798.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 86 (33.98% from 255) = 66.15%
BLUE value IS 26 (10.55% from 255) = 20%
R=13.85%
G=66.15%
B=20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886260.7900.700.66127.0665.3820.39
Hex12561A4F046427f4114
Octal2212632117010610217710124
Binary1001010101101101010011110100011010000101111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12561A; }

 p { color: rgb(18,86,26); }

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

<style>
 a { background-color: #12561A; }

 a { background-color: rgb(18,86,26); }

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

<style>
 span { border-color: #12561A; }

 span { border-color: rgb(18,86,26); }

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