#123113

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

Shades of Myrtle #123113

Tints of Myrtle #123113

Color information

#123113 (or 0x123113) is unknown color: approx Myrtle. HEX triplet: 12, 31 and 13. RGB value is (18,49,19). Sum of RGB (Red+Green+Blue) = 18+49+19=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #123113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123113 is #EDCEEC. Grayscale: #242424. Windows color (decimal): -15585005 or 1257746. OLE color: 1257746.

HSL color Cylindrical-coordinate representation of color #123113: hue angle of 121.94º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123113 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB184919-
CMYK0.6300.610.81
HSL121.94º46.27%13.14%-
HSV(B)121.94º63.27%19.22%-
XYZ1.472.371-
YUV36.31118.23114.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=20.93%
G=56.98%
B=22.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849190.6300.610.81121.9446.2713.14
Hex1231133F03D517a2ed
Octal226123770751211725615
Binary10010110001100111111110111101101000111110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123113; }

 p { color: rgb(18,49,19); }

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

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

 a { background-color: rgb(18,49,19); }

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

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

 span { border-color: rgb(18,49,19); }

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