#122709

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

Shades of Myrtle #122709

Tints of Myrtle #122709

Color information

#122709 (or 0x122709) is unknown color: approx Myrtle. HEX triplet: 12, 27 and 09. RGB value is (18,39,9). Sum of RGB (Red+Green+Blue) = 18+39+9=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #122709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122709 is #EDD8F6. Grayscale: #1D1D1D. Windows color (decimal): -15587575 or 599826. OLE color: 599826.

HSL color Cylindrical-coordinate representation of color #122709: hue angle of 102º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122709 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB18399-
CMYK0.5400.770.85
HSL102º62.5%9.41%-
HSV(B)102º76.92%15.29%-
XYZ1.021.60.51-
YUV29.3116.54119.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 39 (15.62% from 255) = 59.09%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=27.27%
G=59.09%
B=13.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183990.5400.770.8510262.59.41
Hex122793604D55663e9
Octal2247116601151251467611
Binary10010100111100111011001001101101010111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122709; }

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

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

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

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

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

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

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

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