#126210

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

Shades of Myrtle #126210

Tints of Myrtle #126210

Color information

#126210 (or 0x126210) is unknown color: approx Myrtle. HEX triplet: 12, 62 and 10. RGB value is (18,98,16). Sum of RGB (Red+Green+Blue) = 18+98+16=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #126210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126210 is #ED9DEF. Grayscale: #404040. Windows color (decimal): -15572464 or 1073682. OLE color: 1073682.

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

Color convert

RGB189816-
CMYK0.8200.840.62
HSL118.54º71.93%22.35%-
HSV(B)118.54º83.67%38.43%-
XYZ4.718.91.96-
YUV64.73100.594.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 98 (38.67% from 255) = 74.24%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=13.64%
G=74.24%
B=12.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898160.8200.840.62118.5471.9322.35
Hex126210520543E774816
Octal221422012201247616711026
Binary100101100010100001010010010101001111101110111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126210; }

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

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

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

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

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

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

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

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