#122511

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

Shades of Myrtle #122511

Tints of Myrtle #122511

Color information

#122511 (or 0x122511) is unknown color: approx Myrtle. HEX triplet: 12, 25 and 11. RGB value is (18,37,17). Sum of RGB (Red+Green+Blue) = 18+37+17=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #122511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122511 is #EDDAEE. Grayscale: #1D1D1D. Windows color (decimal): -15588079 or 1123602. OLE color: 1123602.

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

Color convert

RGB183717-
CMYK0.5100.540.85
HSL117º37.04%10.59%-
HSV(B)117º54.05%14.51%-
XYZ1.011.490.76-
YUV29.04121.21120.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=25%
G=51.39%
B=23.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1837170.5100.540.8511737.0410.59
Hex12251133036557525b
Octal224521630661251654513
Binary10010100101100011100110110110101010111101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122511; }

 p { color: rgb(18,37,17); }

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

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

 a { background-color: rgb(18,37,17); }

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

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

 span { border-color: rgb(18,37,17); }

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