#123A14

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

Shades of Myrtle #123A14

Tints of Myrtle #123A14

Color information

#123A14 (or 0x123A14) is unknown color: approx Myrtle. HEX triplet: 12, 3A and 14. RGB value is (18,58,20). Sum of RGB (Red+Green+Blue) = 18+58+20=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #123A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123A14 is #EDC5EB. Grayscale: #292929. Windows color (decimal): -15582700 or 1325586. OLE color: 1325586.

HSL color Cylindrical-coordinate representation of color #123A14: hue angle of 123º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A14 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB185820-
CMYK0.6900.660.77
HSL123º52.63%14.9%-
HSV(B)123º68.97%22.75%-
XYZ1.893.211.18-
YUV41.71115.75111.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=18.75%
G=60.42%
B=20.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858200.6900.660.7712352.6314.9
Hex123A14450424D7b35f
Octal22722410501021151736517
Binary1001011101010100100010101000010100110111110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A14; }

 p { color: rgb(18,58,20); }

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

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

 a { background-color: rgb(18,58,20); }

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

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

 span { border-color: rgb(18,58,20); }

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