#123B13

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

Shades of Myrtle #123B13

Tints of Myrtle #123B13

Color information

#123B13 (or 0x123B13) is unknown color: approx Myrtle. HEX triplet: 12, 3B and 13. RGB value is (18,59,19). Sum of RGB (Red+Green+Blue) = 18+59+19=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #123B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123B13 is #EDC4EC. Grayscale: #2A2A2A. Windows color (decimal): -15582445 or 1260306. OLE color: 1260306.

HSL color Cylindrical-coordinate representation of color #123B13: hue angle of 121.46º 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 #123B13 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB185919-
CMYK0.6900.680.77
HSL121.46º53.25%15.1%-
HSV(B)121.46º69.49%23.14%-
XYZ1.933.31.15-
YUV42.18114.92110.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 59 (23.44% from 255) = 61.46%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=18.75%
G=61.46%
B=19.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859190.6900.680.77121.4653.2515.1
Hex123B13450444D7935f
Octal22732310501041151716517
Binary1001011101110011100010101000100100110111110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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