#123B0D

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

Shades of Myrtle #123B0D

Tints of Myrtle #123B0D

Color information

#123B0D (or 0x123B0D) is unknown color: approx Myrtle. HEX triplet: 12, 3B and 0D. RGB value is (18,59,13). Sum of RGB (Red+Green+Blue) = 18+59+13=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 59 (23.44% from 255 or 65.56% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 59 - color contains mainly: green. Hex color #123B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123B0D is #EDC4F2. Grayscale: #292929. Windows color (decimal): -15582451 or 867090. OLE color: 867090.

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

Color convert

RGB185913-
CMYK0.6900.780.77
HSL113.48º63.89%14.12%-
HSV(B)113.48º77.97%23.14%-
XYZ1.893.290.92-
YUV41.5111.92111.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 59 (23.44% from 255) = 65.56%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=20%
G=65.56%
B=14.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859130.6900.780.77113.4863.8914.12
Hex123BD4504E4D7140e
Octal227315105011611516110016
Binary1001011101111011000101010011101001101111000110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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