#12320D

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

Shades of Myrtle #12320D

Tints of Myrtle #12320D

Color information

#12320D (or 0x12320D) is unknown color: approx Myrtle. HEX triplet: 12, 32 and 0D. RGB value is (18,50,13). Sum of RGB (Red+Green+Blue) = 18+50+13=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #12320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12320D is #EDCDF2. Grayscale: #242424. Windows color (decimal): -15584755 or 864786. OLE color: 864786.

HSL color Cylindrical-coordinate representation of color #12320D: hue angle of 111.89º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12320D is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB185013-
CMYK0.6400.740.80
HSL111.89º58.73%12.35%-
HSV(B)111.89º74%19.61%-
XYZ1.462.440.77-
YUV36.21114.9115.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 50 (19.92% from 255) = 61.73%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=22.22%
G=61.73%
B=16.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850130.6400.740.80111.8958.7312.35
Hex1232D4004A50703bc
Octal22621510001121201607314
Binary100101100101101100000001001010101000011100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12320D; }

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

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

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

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

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

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

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

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