#123215

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

Shades of Myrtle #123215

Tints of Myrtle #123215

Color information

#123215 (or 0x123215) is unknown color: approx Myrtle. HEX triplet: 12, 32 and 15. RGB value is (18,50,21). Sum of RGB (Red+Green+Blue) = 18+50+21=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #123215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123215 is #EDCDEA. Grayscale: #252525. Windows color (decimal): -15584747 or 1389074. OLE color: 1389074.

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

Color convert

RGB185021-
CMYK0.6400.580.80
HSL125.62º47.06%13.33%-
HSV(B)125.62º64%19.61%-
XYZ1.532.461.1-
YUV37.13118.9114.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=20.22%
G=56.18%
B=23.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850210.6400.580.80125.6247.0613.33
Hex1232154003A507e2fd
Octal2262251000721201765715
Binary100101100101010110000000111010101000011111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123215; }

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

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

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

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

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

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

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

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