#122B09

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

Shades of Myrtle #122B09

Tints of Myrtle #122B09

Color information

#122B09 (or 0x122B09) is unknown color: approx Myrtle. HEX triplet: 12, 2B and 09. RGB value is (18,43,9). Sum of RGB (Red+Green+Blue) = 18+43+9=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #122B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122B09 is #EDD4F6. Grayscale: #1F1F1F. Windows color (decimal): -15586551 or 600850. OLE color: 600850.

HSL color Cylindrical-coordinate representation of color #122B09: hue angle of 104.12º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122B09 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB18439-
CMYK0.5800.790.83
HSL104.12º65.38%10.2%-
HSV(B)104.12º79.07%16.86%-
XYZ1.161.880.56-
YUV31.65115.22118.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 43 (17.19% from 255) = 61.43%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=25.71%
G=61.43%
B=12.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal184390.5800.790.83104.1265.3810.2
Hex122B93A04F536841a
Octal22531172011712315010112
Binary100101010111001111010010011111010011110100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122B09; }

 p { color: rgb(18,43,9); }

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

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

 a { background-color: rgb(18,43,9); }

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

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

 span { border-color: rgb(18,43,9); }

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