#126213

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

Shades of Myrtle #126213

Tints of Myrtle #126213

Color information

#126213 (or 0x126213) is unknown color: approx Myrtle. HEX triplet: 12, 62 and 13. RGB value is (18,98,19). Sum of RGB (Red+Green+Blue) = 18+98+19=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #126213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126213 is #ED9DEC. Grayscale: #414141. Windows color (decimal): -15572461 or 1270290. OLE color: 1270290.

HSL color Cylindrical-coordinate representation of color #126213: hue angle of 120.75º 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 #126213 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB189819-
CMYK0.8200.810.62
HSL120.75º68.97%22.75%-
HSV(B)120.75º81.63%38.43%-
XYZ4.738.912.09-
YUV65.0710294.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 98 (38.67% from 255) = 72.59%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=13.33%
G=72.59%
B=14.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898190.8200.810.62120.7568.9722.75
Hex126213520513E794517
Octal221422312201217617110527
Binary100101100010100111010010010100011111101111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126213; }

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

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

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

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

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

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

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

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