#126316

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

Shades of Myrtle #126316

Tints of Myrtle #126316

Color information

#126316 (or 0x126316) is unknown color: approx Myrtle. HEX triplet: 12, 63 and 16. RGB value is (18,99,22). Sum of RGB (Red+Green+Blue) = 18+99+22=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #126316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126316 is #ED9CE9. Grayscale: #424242. Windows color (decimal): -15572202 or 1467154. OLE color: 1467154.

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

Color convert

RGB189922-
CMYK0.8200.780.61
HSL122.96º69.23%22.94%-
HSV(B)122.96º81.82%38.82%-
XYZ4.869.112.26-
YUV66103.1693.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 99 (39.06% from 255) = 71.22%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=12.95%
G=71.22%
B=15.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899220.8200.780.61122.9669.2322.94
Hex1263165204E3D7b4517
Octal221432612201167517310527
Binary100101100011101101010010010011101111011111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126316; }

 p { color: rgb(18,99,22); }

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

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

 a { background-color: rgb(18,99,22); }

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

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

 span { border-color: rgb(18,99,22); }

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