#124C13

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

Shades of Myrtle #124C13

Tints of Myrtle #124C13

Color information

#124C13 (or 0x124C13) is unknown color: approx Myrtle. HEX triplet: 12, 4C and 13. RGB value is (18,76,19). Sum of RGB (Red+Green+Blue) = 18+76+19=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #124C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124C13 is #EDB3EC. Grayscale: #343434. Windows color (decimal): -15578093 or 1264658. OLE color: 1264658.

HSL color Cylindrical-coordinate representation of color #124C13: hue angle of 121.03º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C13 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB187619-
CMYK0.7600.750.70
HSL121.03º61.7%18.43%-
HSV(B)121.03º76.32%29.8%-
XYZ2.955.341.49-
YUV52.16109.28103.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 76 (30.08% from 255) = 67.26%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=15.93%
G=67.26%
B=16.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1876190.7600.750.70121.0361.718.43
Hex124C134C04B46793e12
Octal221142311401131061717622
Binary100101001100100111001100010010111000110111100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124C13; }

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

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

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

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

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

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

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

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