#12210D

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

Shades of Myrtle #12210D

Tints of Myrtle #12210D

Color information

#12210D (or 0x12210D) is unknown color: approx Myrtle. HEX triplet: 12, 21 and 0D. RGB value is (18,33,13). Sum of RGB (Red+Green+Blue) = 18+33+13=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #12210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12210D is #EDDEF2. Grayscale: #1A1A1A. Windows color (decimal): -15589107 or 860434. OLE color: 860434.

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

Color convert

RGB183313-
CMYK0.4500.610.87
HSL105º43.48%9.02%-
HSV(B)105º60.61%12.94%-
XYZ0.871.250.58-
YUV26.24120.53122.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=28.12%
G=51.56%
B=20.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833130.4500.610.8710543.489.02
Hex1221D2D03D57692b9
Octal224115550751271515311
Binary1001010000111011011010111101101011111010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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