#12220D

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

Shades of Myrtle #12220D

Tints of Myrtle #12220D

Color information

#12220D (or 0x12220D) is unknown color: approx Myrtle. HEX triplet: 12, 22 and 0D. RGB value is (18,34,13). Sum of RGB (Red+Green+Blue) = 18+34+13=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #12220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12220D is #EDDDF2. Grayscale: #1A1A1A. Windows color (decimal): -15588851 or 860690. OLE color: 860690.

HSL color Cylindrical-coordinate representation of color #12220D: hue angle of 105.71º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12220D is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB183413-
CMYK0.4700.620.87
HSL105.71º44.68%9.22%-
HSV(B)105.71º61.76%13.33%-
XYZ0.891.30.58-
YUV26.82120.2121.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 34 (13.67% from 255) = 52.31%
BLUE value IS 13 (5.47% from 255) = 20%
R=27.69%
G=52.31%
B=20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1834130.4700.620.87105.7144.689.22
Hex1222D2F03E576a2d9
Octal224215570761271525511
Binary1001010001011011011110111110101011111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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