#123013

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

Shades of Myrtle #123013

Tints of Myrtle #123013

Color information

#123013 (or 0x123013) is unknown color: approx Myrtle. HEX triplet: 12, 30 and 13. RGB value is (18,48,19). Sum of RGB (Red+Green+Blue) = 18+48+19=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #123013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123013 is #EDCFEC. Grayscale: #232323. Windows color (decimal): -15585261 or 1257490. OLE color: 1257490.

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

Color convert

RGB184819-
CMYK0.6300.600.81
HSL122º45.45%12.94%-
HSV(B)122º62.5%18.82%-
XYZ1.422.290.98-
YUV35.72118.56115.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=21.18%
G=56.47%
B=22.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848190.6300.600.8112245.4512.94
Hex1230133F03C517a2dd
Octal226023770741211725515
Binary10010110000100111111110111100101000111110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123013; }

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

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

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

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

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

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

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

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