#123211

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

Shades of Myrtle #123211

Tints of Myrtle #123211

Color information

#123211 (or 0x123211) is unknown color: approx Myrtle. HEX triplet: 12, 32 and 11. RGB value is (18,50,17). Sum of RGB (Red+Green+Blue) = 18+50+17=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #123211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123211 is #EDCDEE. Grayscale: #242424. Windows color (decimal): -15584751 or 1126930. OLE color: 1126930.

HSL color Cylindrical-coordinate representation of color #123211: hue angle of 118.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123211 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.

Color convert

RGB185017-
CMYK0.6400.660.80
HSL118.18º49.25%13.14%-
HSV(B)118.18º66%19.61%-
XYZ1.492.450.92-
YUV36.67116.9114.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 17 (7.03% from 255) = 20%
R=21.18%
G=58.82%
B=20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850170.6400.660.80118.1849.2513.14
Hex12321140042507631d
Octal22622110001021201666115
Binary1001011001010001100000001000010101000011101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123211; }

 p { color: rgb(18,50,17); }

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

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

 a { background-color: rgb(18,50,17); }

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

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

 span { border-color: rgb(18,50,17); }

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