#124C05

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

Shades of Myrtle #124C05

Tints of Myrtle #124C05

Color information

#124C05 (or 0x124C05) is unknown color: approx Myrtle. HEX triplet: 12, 4C and 05. RGB value is (18,76,5). Sum of RGB (Red+Green+Blue) = 18+76+5=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 76 (30.08% from 255 or 76.77% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 76 - color contains mainly: green. Hex color #124C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124C05 is #EDB3FA. Grayscale: #323232. Windows color (decimal): -15578107 or 347154. OLE color: 347154.

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

Color convert

RGB18765-
CMYK0.7600.930.70
HSL109.01º87.65%15.88%-
HSV(B)109.01º93.42%29.8%-
XYZ2.865.311.02-
YUV50.56102.28104.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 76 (30.08% from 255) = 76.77%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=18.18%
G=76.77%
B=5.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal187650.7600.930.70109.0187.6515.88
Hex124C54C05D466d5810
Octal221145114013510615513020
Binary10010100110010110011000101110110001101101101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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