#123D13

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

Shades of Myrtle #123D13

Tints of Myrtle #123D13

Color information

#123D13 (or 0x123D13) is unknown color: approx Myrtle. HEX triplet: 12, 3D and 13. RGB value is (18,61,19). Sum of RGB (Red+Green+Blue) = 18+61+19=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #123D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123D13 is #EDC2EC. Grayscale: #2B2B2B. Windows color (decimal): -15581933 or 1260818. OLE color: 1260818.

HSL color Cylindrical-coordinate representation of color #123D13: hue angle of 121.4º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D13 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB186119-
CMYK0.7000.690.76
HSL121.4º54.43%15.49%-
HSV(B)121.4º70.49%23.92%-
XYZ2.043.511.19-
YUV43.35114.25109.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 61 (24.22% from 255) = 62.24%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=18.37%
G=62.24%
B=19.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1861190.7000.690.76121.454.4315.49
Hex123D13460454C7936f
Octal22752310601051141716617
Binary1001011110110011100011001000101100110011110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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