#124210

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

Shades of Myrtle #124210

Tints of Myrtle #124210

Color information

#124210 (or 0x124210) is unknown color: approx Myrtle. HEX triplet: 12, 42 and 10. RGB value is (18,66,16). Sum of RGB (Red+Green+Blue) = 18+66+16=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #124210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124210 is #EDBDEF. Grayscale: #2E2E2E. Windows color (decimal): -15580656 or 1065490. OLE color: 1065490.

HSL color Cylindrical-coordinate representation of color #124210: hue angle of 117.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124210 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB186616-
CMYK0.7300.760.74
HSL117.6º60.98%16.08%-
HSV(B)117.6º75.76%25.88%-
XYZ2.294.061.15-
YUV45.95111.1108.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 16 (6.64% from 255) = 16%
R=18%
G=66%
B=16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866160.7300.760.74117.660.9816.08
Hex1242104904C4A763d10
Octal221022011101141121667520
Binary100101000010100001001001010011001001010111011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124210; }

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

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

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

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

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

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

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

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