#123914

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

Shades of Myrtle #123914

Tints of Myrtle #123914

Color information

#123914 (or 0x123914) is unknown color: approx Myrtle. HEX triplet: 12, 39 and 14. RGB value is (18,57,20). Sum of RGB (Red+Green+Blue) = 18+57+20=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #123914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123914 is #EDC6EB. Grayscale: #292929. Windows color (decimal): -15582956 or 1325330. OLE color: 1325330.

HSL color Cylindrical-coordinate representation of color #123914: hue angle of 123.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123914 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB185720-
CMYK0.6800.650.78
HSL123.08º52%14.71%-
HSV(B)123.08º68.42%22.35%-
XYZ1.843.111.16-
YUV41.12116.08111.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 57 (22.66% from 255) = 60%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=18.95%
G=60%
B=21.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857200.6800.650.78123.085214.71
Hex123914440414E7b34f
Octal22712410401011161736417
Binary1001011100110100100010001000001100111011110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123914; }

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

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

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

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

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

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

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

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