#126215

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

Shades of Myrtle #126215

Tints of Myrtle #126215

Color information

#126215 (or 0x126215) is unknown color: approx Myrtle. HEX triplet: 12, 62 and 15. RGB value is (18,98,21). Sum of RGB (Red+Green+Blue) = 18+98+21=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #126215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126215 is #ED9DEA. Grayscale: #414141. Windows color (decimal): -15572459 or 1401362. OLE color: 1401362.

HSL color Cylindrical-coordinate representation of color #126215: hue angle of 122.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126215 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB189821-
CMYK0.8200.790.62
HSL122.25º68.97%22.75%-
HSV(B)122.25º81.63%38.43%-
XYZ4.758.922.18-
YUV65.310394.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 98 (38.67% from 255) = 71.53%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=13.14%
G=71.53%
B=15.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898210.8200.790.62122.2568.9722.75
Hex1262155204F3E7a4517
Octal221422512201177617210527
Binary100101100010101011010010010011111111101111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126215; }

 p { color: rgb(18,98,21); }

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

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

 a { background-color: rgb(18,98,21); }

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

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

 span { border-color: rgb(18,98,21); }

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